diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-26 21:27:40 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-26 21:27:40 +0200 |
commit | e38a2ee78910edcec4425c07903e36fb5749ae3b (patch) | |
tree | 963b24ec9d73d98b46c1fff1bb6d10d043dc6285 /client/menu/ingame_menu.tscn | |
parent | 18e9409739ceefef970dd509709a1f7b0c1c15e4 (diff) | |
parent | cbe0201f67eaa751434786e23da3311761f5e776 (diff) | |
download | hurrycurry-e38a2ee78910edcec4425c07903e36fb5749ae3b.tar hurrycurry-e38a2ee78910edcec4425c07903e36fb5749ae3b.tar.bz2 hurrycurry-e38a2ee78910edcec4425c07903e36fb5749ae3b.tar.zst |
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/menu/ingame_menu.tscn')
-rw-r--r-- | client/menu/ingame_menu.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/menu/ingame_menu.tscn b/client/menu/ingame_menu.tscn index 79b4efb1..725735ea 100644 --- a/client/menu/ingame_menu.tscn +++ b/client/menu/ingame_menu.tscn @@ -72,7 +72,7 @@ anchors_preset = 9 anchor_bottom = 1.0 offset_left = -400.0 offset_right = -90.0 -offset_bottom = 2592.0 +offset_bottom = 3888.0 grow_vertical = 2 [node name="Margin" type="MarginContainer" parent="Side"] @@ -105,12 +105,12 @@ alignment = 0 [node name="MainMenu" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Main Menu" +text = "Main menu" alignment = 0 [node name="Quit" type="Button" parent="Side/Margin/Options"] layout_mode = 2 -text = "Quit" +text = "Quit game" alignment = 0 [connection signal="pressed" from="Side/Margin/Options/Reconnect" to="." method="_on_reconnect_pressed"] |