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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user