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:
@@ -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');
|
||||
|
Reference in New Issue
Block a user