mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 08:39:06 +00:00
Press L/R for page forward scroll.
Also do keyDelay as a setting instead of hardcode to 3 (fast) 6 (slow).
This commit is contained in:
@@ -43,6 +43,7 @@ const std::vector<std::string> Translators = {
|
||||
"XDgierman",
|
||||
"YoSoy"
|
||||
};
|
||||
|
||||
const std::vector<std::string> Languages = {
|
||||
"Русский",
|
||||
"Dansk",
|
||||
@@ -58,6 +59,7 @@ const std::vector<std::string> Languages = {
|
||||
"Polski",
|
||||
"Español"
|
||||
};
|
||||
|
||||
// Universal-Team Page 2.
|
||||
const std::vector<std::string> UniversalTeam = {
|
||||
"DeadPhoenix",
|
||||
@@ -67,6 +69,7 @@ const std::vector<std::string> UniversalTeam = {
|
||||
"StackZ",
|
||||
"TotallyNotGuy"
|
||||
};
|
||||
|
||||
// Script Page 3.
|
||||
const std::vector<std::string> ScriptCreators = {
|
||||
"DualBladedKirito", "Glazed_Belmont", "Pk11", "StackZ", "The Conceptionist", "YoSoy"
|
||||
|
||||
Reference in New Issue
Block a user