Boss phases
unknown
csharp
5 months ago
223 B
1
Indexable
void Update() { if (bossHealth < 50) { EnterPhaseTwo(); } } void EnterPhaseTwo() { currentState = BossState.Special; // Change behavior, increase speed, new attack patterns, etc. }
Editor is loading...
Leave a Comment