Add Universal-Core & current StackZ Image.

This commit is contained in:
StackZ
2020-03-10 12:05:39 +01:00
parent b0851e788f
commit 8892ae8613
4 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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

+2 -1
View File
@@ -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);