KrakenHit event includes max health, current, and new.
This commit is contained in:
@@ -15,7 +15,8 @@ namespace Components
|
||||
|
||||
struct Kraken : Component {
|
||||
|
||||
int Health = 10;
|
||||
int MaxHealth = 30;
|
||||
int Health = MaxHealth;
|
||||
int CurrentAction = 1;
|
||||
|
||||
const int Idle = 1;
|
||||
|
||||
Reference in New Issue
Block a user