5 lines
79 B
GDScript
5 lines
79 B
GDScript
extends AnimatedSprite2D
|
|
|
|
func _on_animation_finished() -> void:
|
|
queue_free()
|