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

@@ -79,6 +79,7 @@ typedef struct Game {
PlayerResources playerResources[PLAYER_COUNT];
Player player;
EnemyWaves waves;
WaveInfo waveInfo;
ecs_entity_t keepEntity;