1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-13 08:39:43 +00:00

animation menu

This commit is contained in:
Zeno Rogue
2018-09-10 17:58:36 +02:00
parent a1fe4333d5
commit 6f2deeafcc
6 changed files with 418 additions and 6 deletions

View File

@@ -350,7 +350,7 @@ void showDisplayMode() {
dialog::addBoolItem(XLAT("models of hyperbolic geometry"), pmodel, 'a');
dialog::addBoolItem(XLAT("history mode"), (conformal::on || conformal::includeHistory), 'A');
dialog::addBoolItem(XLAT("animations/history"), anims::any_on(), 'A');
// dialog::addBoolItem(XLAT("expansion"), viewdists, 'x');
showAllConfig();
@@ -393,7 +393,7 @@ void showDisplayMode() {
else if(uni == 'a')
pushScreen(conformal::model_menu);
else if(uni == 'A')
pushScreen(conformal::history_menu);
pushScreen(anims::show);
#if CAP_MODEL
else if(xuni == 'n')