8 lines
111 B
GDScript
8 lines
111 B
GDScript
|
extends AnimatedSprite
|
||
|
|
||
|
func _ready():
|
||
|
playing = true
|
||
|
|
||
|
func _on_explosion_animation_finished():
|
||
|
queue_free()
|