1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 12:28:07 +00:00

an option to have 'quest status' and 'main menu' on separate screens

This commit is contained in:
Zeno Rogue
2025-12-12 00:02:31 +01:00
parent f20ea8bac8
commit 3328981004
9 changed files with 57 additions and 28 deletions

View File

@@ -1101,6 +1101,7 @@ EX void initConfig() {
dialog::dialog_font_scale = 3;
dialog::display_keys = 3;
qm = false;
separate_status = true;
}
}
}
@@ -1111,7 +1112,11 @@ EX void initConfig() {
param_i(vid.msglimit, "message limit", 5);
param_i(vid.timeformat, "message log time format", 0);
param_b(separate_status, "separate_status")
-> editable("separate status", 's')
-> help("Make quest status and main menu separate screens.");
param_b(resizable, "resizable", true)
-> editable("resizable window", 'r')
-> help("This lets your operating system resize the window.");