4 lines
105 B
GDScript
4 lines
105 B
GDScript
extends Control
|
|
|
|
func _on_AnimationPlayer_animation_finished(anim_name):
|
|
get_parent().remove_child(self) |