1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-06 03:49:03 +00:00

arb:: patterns configuration

This commit is contained in:
Zeno Rogue
2019-12-27 22:59:50 +01:00
parent c7ec3585ad
commit e4b2453313
4 changed files with 39 additions and 1 deletions

View File

@@ -84,11 +84,13 @@ struct archimedean_tiling {
#if CAP_ARCM
#if HDR
static const int sfPH = 1;
static const int sfLINE = 2;
static const int sfCHESS = 4;
static const int sfTHREE = 8;
static const int sfSEMILINE = 16;
#endif
EX archimedean_tiling current;