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:
4
quit.cpp
4
quit.cpp
@@ -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
|
||||
|
Reference in New Issue
Block a user