mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-13 08:39:43 +00:00
animation menu
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user