1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-12 21:02:43 +00:00

cl parameters and param entries for spiralx and spiraly

This commit is contained in:
Zeno Rogue
2018-11-10 17:23:43 +01:00
parent 90468c0daf
commit 048bd4ab36
3 changed files with 10 additions and 1 deletions
+3
View File
@@ -1809,6 +1809,9 @@ unordered_map<string, ld&> params = {
{"mobius", vid.skiprope},
{"a", anims::a},
{"b", anims::b},
{"sang", conformal::spiral_angle},
{"spiralx", conformal::spiral_x},
{"spiraly", conformal::spiral_y},
};
}