mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-14 16:21:20 +00:00
new tiling: Arnold's cat
This commit is contained in:
@@ -234,6 +234,7 @@ EX void initcells() {
|
||||
|
||||
hrmap* res = callhandlers((hrmap*)nullptr, hooks_newmap);
|
||||
if(res) currentmap = res;
|
||||
else if(geometry == gArnoldCat) currentmap = asonov::new_map();
|
||||
else if(nonisotropic || hybri) currentmap = nisot::new_map();
|
||||
#if CAP_CRYSTAL
|
||||
else if(cryst) currentmap = crystal::new_map();
|
||||
|
||||
Reference in New Issue
Block a user