This commit is contained in:
parent
f7a92200db
commit
795b2d2496
2 changed files with 32 additions and 115 deletions
|
@ -151,6 +151,7 @@ public:
|
|||
|
||||
void setLayerCollision(class CLayerCollision *_layer) {m_layerCollision=_layer;}
|
||||
void setMapSize(DVECTOR _mapSize);
|
||||
void setRespawnPos(DVECTOR _respawn) {m_respawnPos=_respawn;}
|
||||
|
||||
protected:
|
||||
enum
|
||||
|
@ -231,6 +232,10 @@ private:
|
|||
int m_animNo;
|
||||
CSkelSpongeBob m_skel;
|
||||
|
||||
DVECTOR m_playerScreenPos;
|
||||
DVECTOR m_cameraPos;
|
||||
int m_cameraScrollDir;
|
||||
|
||||
DVECTOR m_moveVel;
|
||||
int m_facing;
|
||||
int m_fallFrames;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue