1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

aperiodic hat tiling

This commit is contained in:
Zeno Rogue
2023-03-23 01:34:58 +01:00
parent acfa454114
commit b854f68a88
8 changed files with 624 additions and 0 deletions

View File

@@ -3581,6 +3581,7 @@ EX namespace windmap {
EX void create() {
if(disable_bigstuff) return;
if(cgflags & qPORTALSPACE) return;
if(hat::in()) return;
samples.clear();
neighbors.clear();
getid.clear();