1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-25 05:58:30 +02:00

Rename "start" option to "new game"

By popular request. Aizu said that "start" looks ugly since it's too
short compared to the rest of the menu options.
This commit is contained in:
Misa 2020-05-06 12:37:50 -07:00 committed by Ethan Lee
parent 80db2f1d15
commit 29ff773cc4

View File

@ -7045,7 +7045,7 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
}
else
{
option("start");
option("new game");
}
//ok, secret lab! no notification, but test:
if (unlock[8])