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

choice of orb display style

This commit is contained in:
Zeno Rogue
2022-10-06 13:10:57 +02:00
parent 8bf80dd96c
commit ddf8ea17e3
2 changed files with 16 additions and 2 deletions

View File

@@ -724,6 +724,13 @@ EX void initConfig() {
{"by number", ""}
}, "inventory/kill sorting", 'k');
param_enum(vid.orbmode, "orb_mode", "orb display mode", 2)
->editable({
{"plain", ""},
{"types", ""},
{"icons", ""},
}, "orb display mode", 'o');
param_b(less_in_landscape, "less_in_landscape", false)
->editable("less items/kills in landscape", 'L')
-> set_sets([] { dialog::reaction_final = [] { println(hlog, "Reset"); vid.killreduction = 0; }; });
@@ -1856,6 +1863,7 @@ EX void configureInterface() {
add_edit(less_in_portrait);
add_edit(display_yasc_codes);
add_edit(vid.orbmode);
dialog::addSelItem(XLAT("draw crosshair"), crosshair_size > 0 ? fts(crosshair_size) : ONOFF(false), 'x');
dialog::add_action([] () {