1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

linepatterns:: works with gp, uses computed constants rather than hardcoded ones, extra horocycle linepattern, Goldberg pattern added

This commit is contained in:
Zeno Rogue
2018-04-10 17:57:33 +02:00
parent 56fe281674
commit e41bc0b3b9
2 changed files with 70 additions and 41 deletions

View File

@@ -1827,7 +1827,8 @@ namespace linepatterns {
patNormal,
patTrihepta,
patBigTriangles,
patBigRings
patBigRings,
patHorocycles
};
void clearAll();