mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
Add a "previous page" option to the credits menu
The credits aren't super-long, but it's still nice to have this menu option. If it's the first page, "previous page" will be "last page" instead.
This commit is contained in:
@@ -6837,42 +6837,49 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
||||
break;
|
||||
case Menu::credits:
|
||||
option("next page");
|
||||
option("last page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::credits2:
|
||||
option("next page");
|
||||
option("previous page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::credits25:
|
||||
option("next page");
|
||||
option("previous page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::credits3:
|
||||
option("next page");
|
||||
option("previous page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::credits4:
|
||||
option("next page");
|
||||
option("previous page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::credits5:
|
||||
option("next page");
|
||||
option("previous page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
break;
|
||||
case Menu::credits6:
|
||||
option("first page");
|
||||
option("previous page");
|
||||
option("return");
|
||||
menuxoff = 20;
|
||||
menuyoff = 64;
|
||||
|
||||
Reference in New Issue
Block a user