Enemy scripts for an Angry smashing stone.
This enemy has 4 states represented by a enum:
- IDLE (watching player)
- CHARGING (short cast before attacking)
- MAD (attacking)
- RAISING (refreshing attack cooldown)
Enemy script is located in godot/scenes/MadStone.gd, the scene is godot/scenes/MadStone.tscn.