Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 615 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 615 Bytes

[Godot] Mad Stone

Enemy scripts for an Angry smashing stone.

Preview img failed to load!

How does it work?

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.