mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 10:00:42 +00:00
Joukowsky and inverted Joukowsky are now actually selectable in the menu
This commit is contained in:
parent
e8e769c2cb
commit
4846f730d6
@ -713,6 +713,10 @@ namespace conformal {
|
|||||||
pmodel = eModel(13);
|
pmodel = eModel(13);
|
||||||
else if(uni == '%')
|
else if(uni == '%')
|
||||||
pmodel = eModel(14);
|
pmodel = eModel(14);
|
||||||
|
else if(uni == '^')
|
||||||
|
pmodel = eModel(15);
|
||||||
|
else if(uni == '&')
|
||||||
|
pmodel = eModel(16);
|
||||||
else if(uni == '6')
|
else if(uni == '6')
|
||||||
vid.alpha = 1, vid.scale = 1;
|
vid.alpha = 1, vid.scale = 1;
|
||||||
else if(uni == 'z')
|
else if(uni == 'z')
|
||||||
|
Loading…
Reference in New Issue
Block a user