This commit is contained in:
parent
d3062a046c
commit
b19db66ed5
13 changed files with 177 additions and 649 deletions
|
@ -42,10 +42,11 @@ public:
|
|||
virtual void postInit();
|
||||
virtual void shutdown();
|
||||
virtual void render();
|
||||
virtual void processShot( int _frames );
|
||||
protected:
|
||||
virtual void processClose( int _frames );
|
||||
virtual void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
virtual void processShotDeathStart( int _frames );
|
||||
virtual void processShotDeathEnd( int _frames );
|
||||
|
||||
u16 m_scaleX, m_scaleY;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue