proper collision
This commit is contained in:
parent
83e312894b
commit
553ab7c1df
10 changed files with 143 additions and 8 deletions
|
@ -15,6 +15,8 @@ struct Map {
|
|||
int mapHeight;
|
||||
int mapScaleX; // Rendering scale
|
||||
int mapScaleY; // Rendering scale
|
||||
int mapPlayerSpawnX;
|
||||
int mapPlayerSpawnY;
|
||||
|
||||
MapData data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue