On l'a eu!

This commit is contained in:
MarcEricMartel
2023-10-16 17:36:04 -04:00
parent b712c950c6
commit a054a7bff1
3 changed files with 93 additions and 81 deletions

View File

@@ -80,7 +80,7 @@ private:
//Menu
enum class GameState { MAIN_MENU, OPTIONS, QUIT, NEWG, PLAY };
GameState m_gamestate;
GameState m_gamestate = GameState::MAIN_MENU;
Texture MenuTitleTexture;
Texture MenuBGTexture;
Texture MenuStartTexture;