From 1bebf8ade214ce221a1bc8b39f0ed2b09ae147e6 Mon Sep 17 00:00:00 2001 From: nokoe Date: Mon, 8 Jul 2024 19:33:02 +0200 Subject: move interact target marker to player --- client/menu/controller_buttons/controller_button.gd | 2 +- client/menu/ingame.tscn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/menu') 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"] -- cgit v1.2.3-70-g09d2