1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

size of the world in arcm now can be pressed just like in geom_exp

This commit is contained in:
Zeno Rogue
2024-05-28 13:04:52 +02:00
parent fcc3cae938
commit e2c81eeae7
2 changed files with 11 additions and 6 deletions

View File

@@ -1464,7 +1464,9 @@ EX void show() {
});
if(in()) {
dialog::addSelItem(XLAT("size of the world"), current.world_size(), 0);
dialog::addSelItem(XLAT("size of the world"), current.world_size(), 'S');
add_size_action();
dialog::addSelItem(XLAT("edge length"), current.get_class() == gcEuclid ? (fts(current.edgelength) + XLAT(" (arbitrary)")) : fts(current.edgelength), 0);
dialog::addItem(XLAT("color by symmetries"), 't');