extends "res://objects/enemy/enemy.gd" func _ready(): $AnimatedSprite.play("explode") func _on_animation_finished(): queue_free() func die(): return