diff options
author | tpart <tpart120@proton.me> | 2024-06-26 16:33:03 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-26 16:33:03 +0200 |
commit | 677b9c898b0fc3faac2aa505cce438a2b2189265 (patch) | |
tree | 78d7739cbd51346b2551bbc5eec6e4dff6e128e0 /client/menu/ingame_menu.tscn | |
parent | 2ce3b759c4cd27dc422924fde991a9de85524be5 (diff) | |
download | hurrycurry-677b9c898b0fc3faac2aa505cce438a2b2189265.tar hurrycurry-677b9c898b0fc3faac2aa505cce438a2b2189265.tar.bz2 hurrycurry-677b9c898b0fc3faac2aa505cce438a2b2189265.tar.zst |
Support optionally running activation code with menu manager; Fix shuffling in credits not updating
Diffstat (limited to 'client/menu/ingame_menu.tscn')
-rw-r--r-- | client/menu/ingame_menu.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/ingame_menu.tscn b/client/menu/ingame_menu.tscn index f29c7115..47b7cb54 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 = 648.0 +offset_bottom = 1296.0 grow_vertical = 2 [node name="Margin" type="MarginContainer" parent="Side"] |