mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-30 14:43:11 +00:00
fundamental:: integrate with standard HyperRogue
This commit is contained in:
parent
17d2830596
commit
98daaf3853
@ -1169,6 +1169,11 @@ EX void showEuclideanMenu() {
|
||||
dialog::addHelp(arb::current.comment);
|
||||
}
|
||||
|
||||
if(WDIM == 2 && quotient && closed_manifold) {
|
||||
dialog::addItem(XLAT("fundamental domain"), 'F');
|
||||
dialog::add_action_push(fundamental::showMenu);
|
||||
}
|
||||
|
||||
dialog::addSelItem(XLAT("size of the world"), gd.size_str, '3');
|
||||
add_size_action();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user