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

@@ -20,6 +20,11 @@ func set_tab_locale() -> void:
audio.name = tr("OPTIONS_TAB_AUDIO")
func _unhandled_input(event: InputEvent) -> void:
if event.is_action_pressed("Pause"):
queue_free()
func _on_cancel_pressed() -> void:
queue_free()