Add Main menu screen

This commit is contained in:
2023-12-22 08:38:56 +01:00
parent a0291d0523
commit ea93a7aa33
5 changed files with 80 additions and 15 deletions

View File

@@ -17,6 +17,9 @@ typedef struct Game {
BzTileMap map;
BzSpatialGrid *entityGrid;
f32 frameDuration;
Font font;
struct {
i64 wood;
i64 iron;