8 lines
138 B
GDScript3
8 lines
138 B
GDScript3
![]() |
extends AnimationBase
|
||
|
|
||
|
@onready var particles: GPUParticles2D = $GPUParticles2D
|
||
|
|
||
|
func die():
|
||
|
animationPlayer.play("RESET")
|
||
|
queue_free()
|