mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add localisation credits to main menu credits
In addition, this adds Ally and mothbeanie to the Localisation Implementation page credits. Also updated the game complete credits!
This commit is contained in:
@@ -242,6 +242,7 @@ void Game::init(void)
|
||||
currentmenuoption = 0;
|
||||
menutestmode = false;
|
||||
current_credits_list_index = 0;
|
||||
translator_credits_pagenum = 0;
|
||||
menuxoff = 0;
|
||||
menuyoff = 0;
|
||||
menucountdown = 0;
|
||||
@@ -6703,6 +6704,8 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
||||
case Menu::credits3:
|
||||
case Menu::credits4:
|
||||
case Menu::credits5:
|
||||
case Menu::credits_localisations_implementation:
|
||||
case Menu::credits_localisations_translations:
|
||||
option(loc::gettext("next page"));
|
||||
option(loc::gettext("previous page"));
|
||||
option(loc::gettext("return"));
|
||||
|
||||
Reference in New Issue
Block a user