diff options
author | tpart <tpart120@proton.me> | 2024-06-29 22:08:39 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-29 22:08:41 +0200 |
commit | 9a76089edbae93c874b24c53a9b79f1fe10ebe2f (patch) | |
tree | 76f003962c2f1c1219c88e6ab02bf7c53a389afb /client/menu/ingame_menu.tscn | |
parent | 424b4ef3716e74bcc54c3eefffe6ba7994d79270 (diff) | |
download | hurrycurry-9a76089edbae93c874b24c53a9b79f1fe10ebe2f.tar hurrycurry-9a76089edbae93c874b24c53a9b79f1fe10ebe2f.tar.bz2 hurrycurry-9a76089edbae93c874b24c53a9b79f1fe10ebe2f.tar.zst |
Add Sound singleton; Restructure sound system; Add button sounds to ingame menu
Diffstat (limited to 'client/menu/ingame_menu.tscn')
-rw-r--r-- | client/menu/ingame_menu.tscn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/ingame_menu.tscn b/client/menu/ingame_menu.tscn index ee537720..1e9a2f46 100644 --- a/client/menu/ingame_menu.tscn +++ b/client/menu/ingame_menu.tscn @@ -72,6 +72,7 @@ anchors_preset = 9 anchor_bottom = 1.0 offset_left = -400.0 offset_right = -90.0 +offset_bottom = 648.0 grow_vertical = 2 [node name="Margin" type="MarginContainer" parent="Side"] |