mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-26 10:24:49 +00:00
removed default from the centered_menus
This commit is contained in:
@@ -1307,7 +1307,7 @@ EX void initConfig() {
|
|||||||
param_i(menu_darkening, "menu_darkening", 2)
|
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')
|
-> 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; });
|
-> 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');
|
-> editable("centered menus in widescreen", 'c');
|
||||||
param_f(dialog::dialog_font_scale, "dialog_font_scale")
|
param_f(dialog::dialog_font_scale, "dialog_font_scale")
|
||||||
-> editable(1, 5, 0.25, "dialog font scale",
|
-> editable(1, 5, 0.25, "dialog font scale",
|
||||||
|
|||||||
Reference in New Issue
Block a user