1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 04:47:41 +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

@@ -348,6 +348,7 @@ void ge_select_tiling() {
bool on = geometry == g;
bool in_2d = WDIM == 2;
dynamicval<eGeometry> cg(geometry, g);
if(g == gArbitrary) continue;
if(g == gTorus) continue;
if(archimedean && !CAP_ARCM) continue;
if(cryst && !CAP_CRYSTAL) continue;