This commit is contained in:
parent
09988b65e3
commit
9de1206cc2
4 changed files with 99 additions and 50 deletions
|
@ -18,10 +18,15 @@ class CNpcDustDevilEnemy : public CNpcEnemy
|
|||
{
|
||||
public:
|
||||
void postInit();
|
||||
void render();
|
||||
u8 canCollideWithEnemy() {return( false );}
|
||||
protected:
|
||||
s32 getFrameShift( int _frames );
|
||||
void processMovement( int _frames );
|
||||
void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
|
||||
s16 m_fadeVal;
|
||||
u8 m_fadeOut;
|
||||
};
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue