push ajouts des barres pour "sliders"

This commit is contained in:
mduval76
2023-12-01 15:46:08 -05:00
parent ac3628ec0b
commit 90e736a14c
2 changed files with 81 additions and 47 deletions

View File

@@ -151,8 +151,19 @@ private:
int m_countdown = COUNTDOWN;
int m_nbReductionChunk = 4;
int m_timerReductionChunk = 30;
float m_volMain = 50.0f;
float m_volMusic = 50.0f;
float m_volEffects = 50.0f;
float m_volSensible = 50.0f;
int m_selectedOption = 0;
bool m_selectedPrincipalBar = false;
bool m_selectedMusicBar = false;
bool m_selectedEffectsBar = false;
bool m_selectedSensibilityBar = false;
bool m_damage = false;
bool m_wireframe = false;