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

new tiling: Arnold's cat

This commit is contained in:
Zeno Rogue
2019-11-08 15:01:03 +01:00
parent 2cf540cfbc
commit d199411248
13 changed files with 327 additions and 13 deletions

View File

@@ -574,7 +574,7 @@ EX namespace binary {
}
EX void build_tmatrix() {
if(among(geometry, gBinaryTiling, gSol)) return; // unused
if(among(geometry, gBinaryTiling, gSol, gArnoldCat)) return; // unused
use_direct = (1 << (S7-1)) - 1;
if(geometry == gBinary4) {
use_direct = 3;