diff options
author | tpart <tpart120@proton.me> | 2024-06-26 21:29:32 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-06-26 21:29:32 +0200 |
commit | fd5521667f38532a51b69be2aee8b0480dea1337 (patch) | |
tree | 298280882372605dc7862ec1e56857a108ded3f7 /client/menu/ingame_menu.tscn | |
parent | 542e9f44be4926a5b03756710b337daf410a3e2e (diff) | |
download | hurrycurry-fd5521667f38532a51b69be2aee8b0480dea1337.tar hurrycurry-fd5521667f38532a51b69be2aee8b0480dea1337.tar.bz2 hurrycurry-fd5521667f38532a51b69be2aee8b0480dea1337.tar.zst |
Fix not fading in
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 eba314ce..7657a1ae 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 = 3240.0 +offset_bottom = 3888.0 grow_vertical = 2 [node name="Margin" type="MarginContainer" parent="Side"] |