Update Credits Logo

This commit is contained in:
dark98
2022-07-01 05:11:59 +01:00
parent e1cf09be0a
commit f7ef916c3c
5 changed files with 3 additions and 5 deletions
+2 -3
View File
@@ -40,7 +40,6 @@ void Overlays::ShowCredits() {
C2D_TargetClear(Bottom, TRANSPARENT);
GFX::DrawTop();
GFX::DrawSprite(sprites_universal_updater_idx, 220, 26);
Gui::DrawStringCentered(0, 1, 0.7f, UIThemes->TextColor(), "DarkStore - " + Lang::get("CREDITS"), 395, 0, font);
Gui::DrawString(10, 30, 0.5f, UIThemes->TextColor(), "- Dark98", 0, 0, font);
@@ -59,11 +58,11 @@ void Overlays::ShowCredits() {
Animation::QueueEntryDone();
GFX::DrawBottom();
GFX::DrawSprite(sprites_universal_core_idx, 0, 26);
GFX::DrawSprite(sprites_darkstore_banner_idx, 0, 26);
C3D_FrameEnd(0);
hidScanInput();
Animation::HandleQueueEntryDone();
if ((hidKeysDown() & KEY_START) || (hidKeysDown() & KEY_B) || (hidKeysDown() & KEY_A)) doOut = true;
}
}
}