aboutsummaryrefslogtreecommitdiff
path: root/client/menu/main_menu.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/main_menu.tscn')
-rw-r--r--client/menu/main_menu.tscn5
1 files changed, 3 insertions, 2 deletions
diff --git a/client/menu/main_menu.tscn b/client/menu/main_menu.tscn
index 5713a802..a889127d 100644
--- a/client/menu/main_menu.tscn
+++ b/client/menu/main_menu.tscn
@@ -38,12 +38,13 @@ theme_override_constants/margin_bottom = 20
[node name="options" type="VBoxContainer" parent="side/margin"]
layout_mode = 2
-[node name="Label" type="Label" parent="side/margin/options"]
+[node name="title" type="Label" parent="side/margin/options"]
layout_mode = 2
theme_override_font_sizes/font_size = 40
text = "Undercooked"
-[node name="HSeparator" type="HSeparator" parent="side/margin/options"]
+[node name="spacer" type="Control" parent="side/margin/options"]
+custom_minimum_size = Vector2(0, 10)
layout_mode = 2
[node name="quick_connect" type="Button" parent="side/margin/options"]