1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-06 10:47:02 +00:00

intra:: perf/edit setting

This commit is contained in:
Zeno Rogue 2021-10-10 00:49:59 +02:00
parent 2d3ed4a79d
commit 9f9a95059a

View File

@ -609,6 +609,9 @@ void show_portals() {
switch_to(ic);
});
dialog::addSelItem(XLAT("mode"), ray::fixed_map ? "perf" : "edit", 'e');
dialog::add_action([] { ray::fixed_map = !ray::fixed_map; });
if(debug_portal) {
dialog::addItem(XLAT("debug"), 'd');
dialog::add_action([] {