Add starter RV progression and fishing feedback

This commit is contained in:
Alexander Sellite 2026-08-31 16:03:55 -04:00
parent eed361681a
commit d8bf59bca0
47 changed files with 2268 additions and 467 deletions

View file

@ -2575,7 +2575,10 @@ func _on_tackle_button_gui_input(
call_deferred("_release_pointer_focus", button)
if (
mouse_event == null
or mouse_event.button_index != MOUSE_BUTTON_RIGHT
or mouse_event.button_index not in [
MOUSE_BUTTON_LEFT,
MOUSE_BUTTON_RIGHT,
]
or not mouse_event.pressed
):
return