This commit is contained in:
parent
8679995a69
commit
9bf66ef925
10 changed files with 115 additions and 26 deletions
|
@ -26,12 +26,14 @@ class CNpcBossEnemy : public CNpcEnemy
|
|||
public:
|
||||
virtual void postInit();
|
||||
virtual void shutdown();
|
||||
void think( int _frames );
|
||||
protected:
|
||||
void addHealthMeter();
|
||||
virtual void processShot( int _frames );
|
||||
|
||||
bool m_meterOn;
|
||||
CFXNRGBar *m_energyBar;
|
||||
s32 m_invulnerableTimer;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue