8 lines
113 B
GDScript
8 lines
113 B
GDScript
extends AnimatedSprite
|
|
|
|
func _ready() -> void:
|
|
play()
|
|
|
|
func _on_Pop_animation_finished() -> void:
|
|
queue_free()
|