mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
Update Credits Logo
This commit is contained in:
@@ -44,8 +44,7 @@ sprites/sort_unchecked.png
|
|||||||
sprites/toggle_off.png
|
sprites/toggle_off.png
|
||||||
sprites/toggle_on.png
|
sprites/toggle_on.png
|
||||||
sprites/unchecked.png
|
sprites/unchecked.png
|
||||||
sprites/universal-updater.png
|
sprites/darkstore_banner.png
|
||||||
sprites/universal-core.png
|
|
||||||
sprites/update.png
|
sprites/update.png
|
||||||
sprites/update_app.png
|
sprites/update_app.png
|
||||||
sprites/update_filter.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 |
@@ -40,7 +40,6 @@ void Overlays::ShowCredits() {
|
|||||||
C2D_TargetClear(Bottom, TRANSPARENT);
|
C2D_TargetClear(Bottom, TRANSPARENT);
|
||||||
|
|
||||||
GFX::DrawTop();
|
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::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);
|
Gui::DrawString(10, 30, 0.5f, UIThemes->TextColor(), "- Dark98", 0, 0, font);
|
||||||
@@ -59,11 +58,11 @@ void Overlays::ShowCredits() {
|
|||||||
|
|
||||||
Animation::QueueEntryDone();
|
Animation::QueueEntryDone();
|
||||||
GFX::DrawBottom();
|
GFX::DrawBottom();
|
||||||
GFX::DrawSprite(sprites_universal_core_idx, 0, 26);
|
GFX::DrawSprite(sprites_darkstore_banner_idx, 0, 26);
|
||||||
C3D_FrameEnd(0);
|
C3D_FrameEnd(0);
|
||||||
|
|
||||||
hidScanInput();
|
hidScanInput();
|
||||||
Animation::HandleQueueEntryDone();
|
Animation::HandleQueueEntryDone();
|
||||||
if ((hidKeysDown() & KEY_START) || (hidKeysDown() & KEY_B) || (hidKeysDown() & KEY_A)) doOut = true;
|
if ((hidKeysDown() & KEY_START) || (hidKeysDown() & KEY_B) || (hidKeysDown() & KEY_A)) doOut = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user