Finish main menu screen

This commit is contained in:
2024-02-12 17:18:37 +01:00
parent 10c6d74e90
commit abaa778aab
9 changed files with 759 additions and 491 deletions

View File

@@ -18,7 +18,7 @@ bool initTreesLayer(BzTileMap *map, BzTileLayer *layer);
typedef struct Game Game;
void loadMap(Game *game, const char *path);
void loadMap(Game *game, const char *path, bool mainMenu);
void unloadMap(Game *game);
#endif //PIXELDEFENSE_MAP_INITIALIZATION_H