1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

arbitrary tilings

This commit is contained in:
Zeno Rogue
2019-12-14 11:29:53 +01:00
parent 0a9ec78c18
commit d529449999
9 changed files with 350 additions and 1 deletions

View File

@@ -273,6 +273,7 @@ EX void initcells() {
#if CAP_CRYSTAL
else if(cryst) currentmap = crystal::new_map();
#endif
else if(arb::in()) currentmap = arb::new_map();
#if CAP_ARCM
else if(archimedean) currentmap = arcm::new_map();
#endif