Push pourcentage dynamique pour sliders menu options

This commit is contained in:
mduval76
2023-12-01 19:20:55 -05:00
parent def1ab284e
commit 98390c878f
2 changed files with 41 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ private:
void DisplayGraphicsMenu(float centerX, float centerY);
void DisplayGameplayMenu(float centerX, float centerY);
void DrawSliderBackground(float centerX, float centerY, float minVal, float maxVal, float bottomSideValue, float topSideValue);
void DisplayBarPercentValue(float centerX, float centerY, float posX, float posY, float minVal, float maxVal, float value);
void RedrawSlider(float centerX, float centerY, float value, float minVal, float maxVal, float bottomSideValue, float topSideValue);
void DrawHud(float elapsedTime, BlockType bloc);
void PrintText(float x, float y, const std::string& t, float charSizeMultiplier = 1.0f);