1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +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

@@ -429,6 +429,7 @@ EX void initcells() {
else if(arcm::in()) currentmap = arcm::new_map();
#endif
else if(euc::in()) currentmap = euc::new_map();
else if(hat::in()) currentmap = hat::new_map();
#if CAP_BT
else if(kite::in()) currentmap = kite::new_map();
#endif