This commit is contained in:
Paul 2001-02-14 20:28:57 +00:00
parent f7a92200db
commit 795b2d2496
2 changed files with 32 additions and 115 deletions

View file

@ -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;