Peashooters

This commit is contained in:
Rendo 2025-08-09 21:35:02 +05:00
commit 68cfe89f1d
47 changed files with 1571 additions and 279 deletions

View file

@ -0,0 +1,5 @@
extends Node
func _on_animation_tree_animation_finished(anim_name: StringName) -> void:
if anim_name.split("/")[1] == "death":
get_parent().deconstruct()