aboutsummaryrefslogtreecommitdiffstats
path: root/Nodes/main_menu.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'Nodes/main_menu.tscn')
-rw-r--r--Nodes/main_menu.tscn15
1 files changed, 9 insertions, 6 deletions
diff --git a/Nodes/main_menu.tscn b/Nodes/main_menu.tscn
index 0dbe20b..efa440a 100644
--- a/Nodes/main_menu.tscn
+++ b/Nodes/main_menu.tscn
@@ -120,9 +120,12 @@ grow_vertical = 2
script = ExtResource("2")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
-layout_mode = 0
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.051
+anchor_top = 0.095
anchor_right = 0.25
-anchor_bottom = 1.0
+anchor_bottom = 0.936
alignment = 2
[node name="StartButton" type="Button" parent="VBoxContainer"]
@@ -140,6 +143,10 @@ text = "Quit"
[node name="Label Title" type="Label" parent="."]
layout_mode = 0
+offset_left = 44.0
+offset_top = 21.0
+offset_right = 437.0
+offset_bottom = 65.0
theme = SubResource("12")
text = "Racing Game but Worse"
label_settings = SubResource("LabelSettings_ygt8r")
@@ -188,10 +195,6 @@ anchor_left = 0.05
anchor_top = 0.25
anchor_right = 0.3
anchor_bottom = 0.7
-offset_left = 264.4
-offset_top = 121.0
-offset_right = 264.4
-offset_bottom = 121.0
[connection signal="pressed" from="VBoxContainer/StartButton" to="." method="_on_StartButton_pressed"]
[connection signal="pressed" from="VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"]