proper collision

This commit is contained in:
Hunter 2023-05-27 17:40:27 -04:00
parent 83e312894b
commit 553ab7c1df
10 changed files with 143 additions and 8 deletions

View file

@ -15,6 +15,8 @@ struct Map {
int mapHeight;
int mapScaleX; // Rendering scale
int mapScaleY; // Rendering scale
int mapPlayerSpawnX;
int mapPlayerSpawnY;
MapData data;
};