summaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/controller_buttons/controller_button.gd2
-rw-r--r--client/menu/ingame.tscn2
2 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/controller_buttons/controller_button.gd b/client/menu/controller_buttons/controller_button.gd
index fbde9b16..30aff4f2 100644
--- a/client/menu/controller_buttons/controller_button.gd
+++ b/client/menu/controller_buttons/controller_button.gd
@@ -24,7 +24,7 @@ func _ready():
set_texture_enabled(Global.using_joypad)
Global.using_joypad_change.connect(set_texture_enabled)
-func _input(event):
+func _input(_event):
if press_action == null:
return
if not is_visible_in_tree():
diff --git a/client/menu/ingame.tscn b/client/menu/ingame.tscn
index 75710d41..c000ab8c 100644
--- a/client/menu/ingame.tscn
+++ b/client/menu/ingame.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"]