mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-17 05:44:07 +00:00
change Crystal settings when Crystal is selected from quotient spaces
This commit is contained in:
parent
17c4e82d55
commit
b70e68c574
@ -458,6 +458,8 @@ EX void select_quotient_screen() {
|
|||||||
dialog::add_action([g] {
|
dialog::add_action([g] {
|
||||||
if(g == gFieldQuotient)
|
if(g == gFieldQuotient)
|
||||||
pushScreen(showQuotientConfig);
|
pushScreen(showQuotientConfig);
|
||||||
|
else if(g == gCrystal)
|
||||||
|
pushScreen(crystal::show);
|
||||||
else {
|
else {
|
||||||
dual::may_split_or_do([g] { set_geometry(g); });
|
dual::may_split_or_do([g] { set_geometry(g); });
|
||||||
start_game();
|
start_game();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user