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
+1 -2
View File
@@ -44,8 +44,7 @@ sprites/sort_unchecked.png
sprites/toggle_off.png
sprites/toggle_on.png
sprites/unchecked.png
sprites/universal-updater.png
sprites/universal-core.png
sprites/darkstore_banner.png
sprites/update.png
sprites/update_app.png
sprites/update_filter.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

+1 -2
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,7 +58,7 @@ 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();