Started fixing positioning and scaling making it more accurate to the original

This commit is contained in:
Rene Kievits
2024-10-17 23:05:52 +02:00
parent d2597784d4
commit 13fbc3fe3d
13 changed files with 215 additions and 141 deletions

View File

@@ -34,6 +34,8 @@ private:
struct GameState {
bool gameover = false;
bool singlePlayer = false;
bool multiPlayer = false;
bool startSequence = false;
bool quit = false;
} gameState;