This commit is contained in:
parent
57e198f7eb
commit
67839d076f
12 changed files with 212 additions and 35 deletions
|
@ -228,6 +228,8 @@ protected:
|
|||
u8 respawning;
|
||||
u8 canBeSuckedUp;
|
||||
u8 canCollideWithEnemy;
|
||||
CSoundMediator::SFXID deathSfx;
|
||||
CSoundMediator::SFXID moveSfx;
|
||||
}
|
||||
NPC_DATA;
|
||||
|
||||
|
@ -243,6 +245,7 @@ protected:
|
|||
virtual void processCollision();
|
||||
virtual void processAttackCollision();
|
||||
virtual void processGraphicFlipping();
|
||||
virtual void processAnimFrames( int _frames );
|
||||
void processTimer( int _frames );
|
||||
bool isCollisionWithGround();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue