extends AnimatedSprite2D func _ready() -> void: play("eclate") animation_finished.connect(_end) func _end() -> void: queue_free()