1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +00:00

moved creative to game menu

This commit is contained in:
Zeno Rogue
2022-06-17 00:27:56 +02:00
parent 0c445ef365
commit fd36f65fc4
2 changed files with 6 additions and 9 deletions

View File

@@ -522,11 +522,13 @@ EX void showGameMenu() {
dialog::addItem(XLAT("message log"), 'l');
if(cheater) {
dialog::addItem(XLAT("cheats"), 'c');
dialog::addItem(XLAT("cheats"), 'C');
dialog::add_action_push(showCheatMenu);
}
dialog::addItem(XLAT("settings"), 's');
dialog::add_action_push(showSettings);
dialog::addItem(XLAT("creative mode"), 'c');
dialog::add_action_push(showCreative);
dialog::addItem(XLAT("special modes"), 'm');
dialog::add_action_push(showChangeMode);
#if CAP_SAVE