1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-25 06:56:01 +00:00

simple patterns for weird hyperbolic

This commit is contained in:
Zeno Rogue
2017-12-03 16:13:17 +01:00
parent f2af1d63f6
commit 3c600d7d6b
4 changed files with 124 additions and 39 deletions

View File

@@ -345,6 +345,7 @@ void addMessage(string s, char spamtype = 0);
#define S3 ginf[geometry].vertex
#define weirdhyperbolic (S7 > 7 || S3 > 3)
#define weirdhyperbolic (S7 > 7 || S3 > 3)
#define stdhyperbolic (S7 == 7 && S3 == 3)
#define a4 (S3 == 4)
#define a45 (S3 == 4 && S7 == 5)