Raise-Your-Wand/Scripts/animationBase.gd
nc5432 b0508379c6 Got cast indicator working
- Also added a couple of spells
- Got started on animation system
2024-05-03 07:56:32 -04:00

7 lines
77 B
GDScript

extends Node2D
@export var inverted: bool = false
func castFailed():
pass