mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +00:00
Add Universal-Core & current StackZ Image.
This commit is contained in:
@@ -15,4 +15,5 @@ sprites/update.png
|
||||
sprites/view.png
|
||||
|
||||
sprites/credits/discord.png
|
||||
sprites/credits/stackZ.png
|
||||
sprites/credits/stackZ.png
|
||||
sprites/credits/universal-core.png
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
@@ -40,7 +40,8 @@ void Credits::Draw(void) const {
|
||||
}
|
||||
Gui::DrawStringCentered(0, 30, 0.7f, Config::TxtColor, Lang::get("DEVELOPED_BY"), 390);
|
||||
Gui::DrawStringCentered(0, 70, 0.7f, Config::TxtColor, Lang::get("MAIN_DEV"), 390);
|
||||
GFX::DrawSprite(sprites_stackZ_idx, 120, 105);
|
||||
GFX::DrawSprite(sprites_stackZ_idx, 5, 85);
|
||||
GFX::DrawSprite(sprites_universal_core_idx, 200, 110);
|
||||
std::string currentVersion = Lang::get("CURRENT_VERSION");
|
||||
currentVersion += V_STRING;
|
||||
Gui::DrawString(395-Gui::GetStringWidth(0.70f, currentVersion), 219, 0.70f, Config::TxtColor, currentVersion, 400);
|
||||
|
||||
Reference in New Issue
Block a user