mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 16:37:40 +00:00
intra:: perf/edit setting
This commit is contained in:
@@ -609,6 +609,9 @@ void show_portals() {
|
|||||||
switch_to(ic);
|
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) {
|
if(debug_portal) {
|
||||||
dialog::addItem(XLAT("debug"), 'd');
|
dialog::addItem(XLAT("debug"), 'd');
|
||||||
dialog::add_action([] {
|
dialog::add_action([] {
|
||||||
|
Reference in New Issue
Block a user