mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-20 00:17:39 +00:00
Big change: spatial_embedding option
This commit is contained in:
@@ -25,6 +25,7 @@ cell *newCell(int type, heptagon *master);
|
||||
*/
|
||||
|
||||
EX hstate transition(hstate s, int dir) {
|
||||
if(embedded_plane) return IPF(transition(s, dir));
|
||||
if(sphere) {
|
||||
if(S7 == 4) {
|
||||
if(s == hsOrigin) return dir == 0 ? hsB0 : hsB1;
|
||||
|
Reference in New Issue
Block a user