added pipe rifle animation

This commit is contained in:
2026-02-10 02:48:14 +11:00
parent 137a979c5c
commit d8101979b9
113 changed files with 1025 additions and 415 deletions

View File

@@ -74,6 +74,8 @@ func process_state(_delta: float) -> void:
hero.unready_self()
else:
hero.ready_self()
if !hero.game_manager and Input.is_action_just_pressed("Ready"):
hero.enter_fighting_state()
func swap_to_slot(num: int) -> void: