mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-06 00:38:59 +00:00
WIP: Add Glossary and some cleanup.
This commit is contained in:
@@ -666,9 +666,9 @@ void displayProgressBar() {
|
||||
Gui::DrawStringCentered(0, 80, 0.6f, Config::TxtColor, str, 400);
|
||||
Gui::Draw_Rect(30, 120, 340, 30, BLACK);
|
||||
if (isScriptSelected == true) {
|
||||
Gui::Draw_Rect(31, 121, (int)(((float)downloadNow/(float)downloadTotal) * 338.0f), 28, progressBar);
|
||||
Animation::DrawProgressBar(downloadNow, downloadTotal, 1);
|
||||
} else {
|
||||
Gui::Draw_Rect(31, 121, (int)(((float)downloadNow/(float)downloadTotal) * 338.0f), 28, Config::progressbarColor);
|
||||
Animation::DrawProgressBar(downloadNow, downloadTotal, 2);
|
||||
}
|
||||
}
|
||||
GFX::DrawBottom();
|
||||
|
||||
Reference in New Issue
Block a user