9 lines
108 B
GDScript
9 lines
108 B
GDScript
extends AnimatedSprite3D
|
|
|
|
|
|
func play_effect():
|
|
play("default")
|
|
|
|
await animation_finished
|
|
|
|
queue_free()
|