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

10 lines
173 B
GDScript

extends AnimationBase
@onready var texture: TextureRect = $TextureRect
var failIndex: int = 0
var animQueue: Queue = Queue.new()
func castFailed() -> void:
queue_free()