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