diff options
author | nokoe <nokoe@mailbox.org> | 2024-07-08 19:33:02 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2024-07-08 19:33:49 +0200 |
commit | 1bebf8ade214ce221a1bc8b39f0ed2b09ae147e6 (patch) | |
tree | 3589a349eca8188d09b0b68c7b1c4be9136b44cf /client/menu | |
parent | aeeb376c1faceacb8856add20a820271cc3254b3 (diff) | |
download | hurrycurry-1bebf8ade214ce221a1bc8b39f0ed2b09ae147e6.tar hurrycurry-1bebf8ade214ce221a1bc8b39f0ed2b09ae147e6.tar.bz2 hurrycurry-1bebf8ade214ce221a1bc8b39f0ed2b09ae147e6.tar.zst |
move interact target marker to player
Diffstat (limited to 'client/menu')
-rw-r--r-- | client/menu/controller_buttons/controller_button.gd | 2 | ||||
-rw-r--r-- | client/menu/ingame.tscn | 2 |
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"] |