This commit is contained in:
parent
104167c0f8
commit
0f6c0117f2
4 changed files with 31 additions and 1 deletions
|
@ -36,11 +36,18 @@ private:
|
|||
|
||||
TPAGE_DESC m_levelTPage;
|
||||
|
||||
|
||||
// Tile Layers
|
||||
CLayerTile *TileLayers[CLayerTile::LAYER_TILE_TYPE_MAX];
|
||||
// Collision
|
||||
CLayerCollision *CollisionLayer;
|
||||
// Things
|
||||
int ActorCount;
|
||||
sThingActor **ActorList;
|
||||
int ItemCount;
|
||||
sThingItem *ItemList;
|
||||
int PlatformCount;
|
||||
sThingPlatform **PlatformList;
|
||||
|
||||
};
|
||||
|
||||
/*****************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue