-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainMenu.tscn
More file actions
37 lines (31 loc) · 882 Bytes
/
Copy pathMainMenu.tscn
File metadata and controls
37 lines (31 loc) · 882 Bytes
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
[gd_scene format=3 uid="uid://0rcnkkpo2ele"]
[node name="MainMenu" type="Node2D"]
[node name="Camera2D" type="Camera2D" parent="."]
[node name="Control" type="Control" parent="Camera2D"]
layout_mode = 3
anchors_preset = 0
offset_left = -950.0
offset_top = -550.0
offset_right = 950.0
offset_bottom = 550.0
[node name="VSplitContainer" type="VSplitContainer" parent="Camera2D/Control"]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.342
anchor_top = 0.409
anchor_right = 0.658
anchor_bottom = 0.591
offset_left = 0.200012
offset_top = 0.0999756
offset_right = -0.200073
offset_bottom = -0.100037
grow_horizontal = 2
grow_vertical = 2
split_offset = 95
[node name="Button" type="Button" parent="Camera2D/Control/VSplitContainer"]
layout_mode = 2
text = "START"
[node name="Button2" type="Button" parent="Camera2D/Control/VSplitContainer"]
layout_mode = 2
text = "MOBILE?
"