push ajouts des barres pour "sliders"
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user