This commit is contained in:
parent
1792d000ce
commit
4a305d0837
3 changed files with 8 additions and 4 deletions
|
@ -60,6 +60,7 @@ public:
|
|||
void setLayerCollision( class CLayerCollision *_layer ) {m_layerCollision=_layer;}
|
||||
void setOt( u8 newOt ) {m_ot=newOt;}
|
||||
void setGraphic( int frame );
|
||||
void setSpeed( u16 newSpeed ) {m_speed = newSpeed;}
|
||||
|
||||
private:
|
||||
class CLayerCollision *m_layerCollision;
|
||||
|
@ -81,6 +82,7 @@ protected:
|
|||
u16 m_turnSpeed;
|
||||
u8 m_ot;
|
||||
int m_spriteFrame;
|
||||
u16 m_speed;
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue