-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.tscn
More file actions
47 lines (40 loc) · 1.08 KB
/
menu.tscn
File metadata and controls
47 lines (40 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[gd_scene load_steps=2 format=3 uid="uid://crxl8glhd5w5f"]
[ext_resource type="Script" path="res://menu.gd" id="1_yib7i"]
[node name="Menu" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_yib7i")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 13
anchor_left = 0.5
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -113.0
offset_top = 179.0
offset_right = 109.0
grow_horizontal = 2
grow_vertical = 2
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "Robot Size:"
[node name="OptionButton" type="OptionButton" parent="VBoxContainer"]
layout_mode = 2
item_count = 4
popup/item_0/text = "9\""
popup/item_0/id = 0
popup/item_1/text = "12\""
popup/item_1/id = 1
popup/item_2/text = "15\""
popup/item_2/id = 2
popup/item_3/text = "18\""
popup/item_3/id = 3
[node name="Button" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Start
"
[connection signal="pressed" from="VBoxContainer/Button" to="." method="start"]