kodokoto / Eldermyst

A 2.5D wizard-themed platformer, with combo-based spell system
https://kodokoto.github.io/Eldermyst/
4 stars 0 forks source link

Adding combat #4

Closed kodokoto closed 1 year ago

kodokoto commented 1 year ago

Added a spell system, with validation, cooldown timers and a mana system to go with it.

Added 3 different spells:

I also added a Player script which holds PlayerData and provides different methods for accessing properties and performing actions.

Furthermore, I also added a health and mana system, with automatic regeneration.