summaryrefslogtreecommitdiff
path: root/src/ui/main_menu/scenes/MainMenu.tscn
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-06-04 23:00:58 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-06-04 23:00:58 -0600
commit36abc689d783774ce4f2d7b5a1bb621d8684be45 (patch)
treea3dbed6069fbd8d9a588c7510ce581af3e847af0 /src/ui/main_menu/scenes/MainMenu.tscn
parent9a2bcf02c2623c8f3e8f5e74e70b3c0333790484 (diff)
added more ui for after gameplay, generalized basic food
Diffstat (limited to 'src/ui/main_menu/scenes/MainMenu.tscn')
-rw-r--r--src/ui/main_menu/scenes/MainMenu.tscn16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/main_menu/scenes/MainMenu.tscn b/src/ui/main_menu/scenes/MainMenu.tscn
index 249885e..9bce7f0 100644
--- a/src/ui/main_menu/scenes/MainMenu.tscn
+++ b/src/ui/main_menu/scenes/MainMenu.tscn
@@ -21,31 +21,31 @@ margin_right = 320.0
margin_bottom = 180.0
[node name="VBox" type="VBoxContainer" parent="Center"]
-margin_left = 64.0
+margin_left = 100.0
margin_top = 28.0
-margin_right = 256.0
+margin_right = 220.0
margin_bottom = 152.0
custom_constants/separation = 16
[node name="Title" type="CenterContainer" parent="Center/VBox"]
-margin_right = 192.0
+margin_right = 120.0
margin_bottom = 52.0
[node name="Label" type="Label" parent="Center/VBox/Title"]
-margin_right = 192.0
+margin_right = 120.0
margin_bottom = 52.0
custom_colors/font_color_shadow = Color( 0, 0, 0, 1 )
custom_fonts/font = SubResource( 1 )
-text = "El Snake"
+text = "Snake"
[node name="Options" type="CenterContainer" parent="Center/VBox"]
margin_top = 68.0
-margin_right = 192.0
+margin_right = 120.0
margin_bottom = 124.0
[node name="VBox" type="VBoxContainer" parent="Center/VBox/Options"]
-margin_left = 56.0
-margin_right = 136.0
+margin_left = 20.0
+margin_right = 100.0
margin_bottom = 56.0
[node name="Start" parent="Center/VBox/Options/VBox" instance=ExtResource( 1 )]