Push menu solo ou multi.

This commit is contained in:
mduval76
2023-10-29 15:39:29 -04:00
parent e2fa4fea7c
commit eed8f5f04a
4 changed files with 77 additions and 5 deletions

View File

@@ -72,6 +72,8 @@ private:
Texture m_texturePovGun;
Texture m_textureSkybox;
Texture m_textureSoloMultiMenu;
Texture m_textureSoloText;
Texture m_textureMultiText;
Texture m_textureTitle;
Skybox m_skybox;
@@ -112,7 +114,7 @@ private:
bool m_displayHud = true;
bool m_displayInfo = false;
bool m_resetcountdown = false;
bool m_soloMultiChoiceMade = true;
bool m_soloMultiChoiceMade = false;
bool m_stopcountdown = false;
bool m_keyK = false;