This commit is contained in:
parent
41a25767d9
commit
fd2dda06f4
9 changed files with 250 additions and 56 deletions
|
@ -23,8 +23,9 @@ public:
|
|||
void render();
|
||||
void think(int _frames);
|
||||
|
||||
void setCameraCentre(DVECTOR _pos) {MapPos=_pos;}
|
||||
static DVECTOR getCameraPos() {return MapPos;}
|
||||
void setCameraCentre(DVECTOR _pos) {MapPos=_pos;}
|
||||
static DVECTOR getCameraPos() {return MapPos;}
|
||||
CLayerCollision *getCollisionLayer() {return CollisionLayer;}
|
||||
|
||||
private:
|
||||
void initLayers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue