1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 16:57:56 +00:00

mirrored tiles marked on or off

This commit is contained in:
Zeno Rogue
2022-10-06 13:35:56 +02:00
parent 6de6e71bd4
commit 03b7804817
3 changed files with 9 additions and 6 deletions

View File

@@ -1419,6 +1419,8 @@ EX void show() {
dialog::addItem(XLAT("color by symmetries"), 't');
dialog::add_action(setcanvas('A'));
dialog::addItem(XLAT("color by symmetries (reversed tiles marked)"), 'r');
dialog::add_action(setcanvas('R'));
}
else {
dialog::addBreak(100);