nc5432 69008d0046 More animations
- Implemented firebolt animation
- Started on icy wind animation
- Added animation to health bars
- Improved the animation system more
- Cleaned up some code
2024-05-14 21:40:18 -04:00

8 lines
138 B
GDScript

extends AnimationBase
@onready var particles: GPUParticles2D = $GPUParticles2D
func die():
animationPlayer.play("RESET")
queue_free()