1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-15 02:32:07 +00:00

mapeditor:: compass-and-ruler functionality

This commit is contained in:
Zeno Rogue
2026-05-02 10:06:13 +02:00
parent b99e3b4358
commit 71f7c52793
3 changed files with 404 additions and 8 deletions
+1
View File
@@ -1926,6 +1926,7 @@ namespace sm {
static constexpr flagtype MOUSEAIM = Flag(28); // mouse aiming active here
static constexpr flagtype DIALOG_OFFMAP = Flag(29); // try hard to keep dialogs off the map
static constexpr flagtype NO_EXIT = Flag(30); // do not allow to exit the current dialog
static constexpr flagtype EDIT_RULER = Flag(31); // in mapeditor::rulers::
}
#endif