1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-20 15:44:48 +00:00

removed default from the centered_menus

This commit is contained in:
Zeno Rogue
2025-11-11 18:48:12 +01:00
parent 81c337bf63
commit ae3a1f2e21

View File

@@ -1307,7 +1307,7 @@ EX void initConfig() {
param_i(menu_darkening, "menu_darkening", 2)
-> editable(0, 8, 1, "menu map darkening", "A larger number means darker game map in the background. Set to 8 to disable the background.", 'd')
-> set_sets([] { dialog::bound_low(0); dialog::bound_up(8); dialog::get_di().dialogflags |= sm::DARKEN; });
param_b(centered_menus, "centered_menus", false)
param_b(centered_menus, "centered_menus")
-> editable("centered menus in widescreen", 'c');
param_f(dialog::dialog_font_scale, "dialog_font_scale")
-> editable(1, 5, 0.25, "dialog font scale",