Add trees as entities

This commit is contained in:
2023-11-17 16:32:41 +01:00
parent 021df6d77a
commit 16d98a4691
7 changed files with 85 additions and 7 deletions

View File

@@ -9,4 +9,6 @@ bool initEntityObjectsLayer(BzTileMap *map, BzTileObjectGroup *objectGroup);
bool initBuildingsLayer(BzTileMap *map, BzTileLayer *layer);
bool initTreesLayer(BzTileMap *map, BzTileLayer *layer);
#endif //PIXELDEFENSE_MAP_INITIALIZATION_H