mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 00:38:52 +00:00
Update Credits.
This commit is contained in:
@@ -22,5 +22,5 @@ sprites/updateStore.png
|
|||||||
sprites/view.png
|
sprites/view.png
|
||||||
|
|
||||||
sprites/credits/discord.png
|
sprites/credits/discord.png
|
||||||
sprites/credits/stackie.png
|
sprites/credits/stackZ.png
|
||||||
sprites/credits/universal-core.png
|
sprites/credits/universal-core.png
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
@@ -38,9 +38,11 @@ const std::vector<std::string> Translators = {
|
|||||||
"David Pires",
|
"David Pires",
|
||||||
"FlameKat53",
|
"FlameKat53",
|
||||||
"lemonnade0",
|
"lemonnade0",
|
||||||
|
"LinuxCat",
|
||||||
|
"Pavel",
|
||||||
"Pk11",
|
"Pk11",
|
||||||
"Roby Spia",
|
"Roby Spia",
|
||||||
"SuperSaiyajinStackie",
|
"SuperSaiyajinStackZ",
|
||||||
"XDgierman",
|
"XDgierman",
|
||||||
"YoSoy",
|
"YoSoy",
|
||||||
"XxPhoenix1996xX"
|
"XxPhoenix1996xX"
|
||||||
@@ -55,12 +57,14 @@ const std::vector<std::string> Languages = {
|
|||||||
"Português",
|
"Português",
|
||||||
"Bruh",
|
"Bruh",
|
||||||
"Lietuvių",
|
"Lietuvių",
|
||||||
|
"Français",
|
||||||
|
"Русский",
|
||||||
"日本語",
|
"日本語",
|
||||||
"Italiano",
|
"Italiano",
|
||||||
"Deutsch, English",
|
"Deutsch, English",
|
||||||
"Polski",
|
"Polski",
|
||||||
"Español",
|
"Español",
|
||||||
"Español"
|
"Español, Italian, Portuguese"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Universal-Team Page 2.
|
// Universal-Team Page 2.
|
||||||
@@ -69,13 +73,13 @@ const std::vector<std::string> UniversalTeam = {
|
|||||||
"FlameKat53",
|
"FlameKat53",
|
||||||
"Pk11",
|
"Pk11",
|
||||||
"RocketRobz",
|
"RocketRobz",
|
||||||
"SuperSaiyajinStackie",
|
"SuperSaiyajinStackZ",
|
||||||
"TotallyNotGuy"
|
"TotallyNotGuy"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Script Page 3.
|
// Script Page 3.
|
||||||
const std::vector<std::string> ScriptCreators = {
|
const std::vector<std::string> ScriptCreators = {
|
||||||
"cooolgamer", "DualBladedKirito", "Glazed_Belmont", "Pk11", "SuperSaiyajinStackie", "The Conceptionist", "YoSoy"
|
"cooolgamer", "DualBladedKirito", "Glazed_Belmont", "Pk11", "SuperSaiyajinStackZ", "The Conceptionist", "YoSoy"
|
||||||
};
|
};
|
||||||
const std::vector<std::string> ScriptAmount = {"1", "1", "1", "1", "5", "10", "1 | 2"};
|
const std::vector<std::string> ScriptAmount = {"1", "1", "1", "1", "5", "10", "1 | 2"};
|
||||||
|
|
||||||
@@ -87,7 +91,7 @@ void Credits::Draw(void) const {
|
|||||||
Gui::DrawStringCentered(0, config->useBars() ? 0 : 2, 0.7f, config->textColor(), title, 400);
|
Gui::DrawStringCentered(0, config->useBars() ? 0 : 2, 0.7f, config->textColor(), title, 400);
|
||||||
Gui::DrawStringCentered(0, 30, 0.7f, config->textColor(), Lang::get("DEVELOPED_BY"), 390);
|
Gui::DrawStringCentered(0, 30, 0.7f, config->textColor(), Lang::get("DEVELOPED_BY"), 390);
|
||||||
Gui::DrawStringCentered(0, 60, 0.7f, config->textColor(), Lang::get("MAIN_DEV"), 390);
|
Gui::DrawStringCentered(0, 60, 0.7f, config->textColor(), Lang::get("MAIN_DEV"), 390);
|
||||||
GFX::DrawSprite(sprites_stackie_idx, 5, 85);
|
GFX::DrawSprite(sprites_stackZ_idx, 5, 85);
|
||||||
GFX::DrawSprite(sprites_universal_core_idx, 200, 110);
|
GFX::DrawSprite(sprites_universal_core_idx, 200, 110);
|
||||||
std::string currentVersion = Lang::get("CURRENT_VERSION");
|
std::string currentVersion = Lang::get("CURRENT_VERSION");
|
||||||
currentVersion += V_STRING;
|
currentVersion += V_STRING;
|
||||||
|
|||||||
Reference in New Issue
Block a user