mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
export patHepta
This commit is contained in:
@@ -2667,7 +2667,7 @@ EX namespace linepatterns {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
linepattern patHepta("Gray Raider moves", 0xC0C0C000, if_pseudohept,
|
EX linepattern patHepta = linepattern("Gray Raider moves", 0xC0C0C000, if_pseudohept,
|
||||||
ALLCELLS(
|
ALLCELLS(
|
||||||
forCellIdEx(c2, i, c) if(way(c,i)) if(pseudohept(c) == pseudohept(c2))
|
forCellIdEx(c2, i, c) if(way(c,i)) if(pseudohept(c) == pseudohept(c2))
|
||||||
gridlinef(V, C0, V * currentmap->adj(c, i), C0, col, 2 + vid.linequality);
|
gridlinef(V, C0, V * currentmap->adj(c, i), C0, col, 2 + vid.linequality);
|
||||||
|
|||||||
Reference in New Issue
Block a user