1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-12 17:28:05 +00:00

improved the rendering of S2xE rings

This commit is contained in:
Zeno Rogue
2019-09-09 01:35:45 +02:00
parent f1eb4b9ab7
commit e600c0af0a
4 changed files with 213 additions and 3 deletions

View File

@@ -1360,6 +1360,11 @@ EX namespace nisot {
set_geometry(gProduct);
return 0;
}
else if(argis("-s2xe")) {
PHASEFROM(2);
shift(); s2xe::qrings = argi();
return 0;
}
else if(argis("-rotspace")) {
PHASEFROM(2);
set_geometry(gRotSpace);