1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-05 09:52:43 +00:00

slr:: works with bitruncated tilings (Archimedean not tested)

This commit is contained in:
Zeno Rogue
2019-08-26 15:09:08 +02:00
parent 86ca34669a
commit a0140254c8
7 changed files with 101 additions and 93 deletions
+1
View File
@@ -4564,6 +4564,7 @@ void radar_grid(cell *c, const transmatrix& V) {
int wall_offset(cell *c) {
if(prod) return product::cwall_offset;
if(sl2) return hybrid::wall_offset(c);
if(penrose && kite::getshape(c->master) == kite::pKite) return 10;
return 0;
}