Push options Volume et Resolution de base

This commit is contained in:
mduval76
2023-12-01 13:48:48 -05:00
parent 28082a018d
commit 3e3a7650e8
19 changed files with 386 additions and 224 deletions

View File

@@ -61,7 +61,8 @@ private:
void DisplayHud(int timer);
void DisplayInfo(float elapsedTime, BlockType bloc);
void DisplaySingleOrMultiplayerMenu();
void DisplayAudioMenu();
void DisplayAudioMenu(float centerX, float centerY);
void DisplayGraphicsMenu(float centerX, float centerY);
void DrawHud(float elapsedTime, BlockType bloc);
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);
void ProcessNotificationQueue();
@@ -94,8 +95,13 @@ private:
Texture m_textureResolution;
Texture m_texturePrincipal;
Texture m_textureEffets;
Texture m_textureGameplay
;
Texture m_textureGameplay;
Texture m_textureHd;
Texture m_textureFhd;
Texture m_textureQhd;
Texture m_textureUhd;
Texture m_textureCheck;
Texture m_textureChecked;
TextureAtlas::TextureIndex texBoostHeal;
@@ -132,6 +138,7 @@ private:
Texture OnOffBtnTexture;//TODO
Texture BackBtnTexture;//TODO
Resolution m_resolution = HD;
float m_scale;
float m_time = 0;