Add rocks

This commit is contained in:
2024-01-23 18:45:12 +01:00
parent 2d11bb4675
commit d2ea703ea9
3 changed files with 41 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ bool initEntityObjectsLayer(BzTileMap *map, BzTileObjectGroup *objectGroup);
bool initBuildingsLayer(BzTileMap *map, BzTileLayer *layer);
bool initRocksLayer(BzTileMap *map, BzTileLayer *layer);
bool initTreesLayer(BzTileMap *map, BzTileLayer *layer);
typedef struct Game Game;