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