1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-07-04 09:22:42 +00:00

binary_tiling_width parameter

This commit is contained in:
Zeno Rogue
2018-08-14 10:18:18 +02:00
parent c54d01b50c
commit eb57d160d0
5 changed files with 16 additions and 6 deletions
+1
View File
@@ -255,6 +255,7 @@ void initConfig() {
addsaver(vid.euclid_to_sphere, "euclid to sphere projection", 1.5);
addsaver(vid.twopoint_param, "twopoint parameter", 1);
addsaver(vid.stretch, "stretch", 1);
addsaver(vid.binary_width, "binary-tiling-width", 1);
addsaver(gp::on, "goldberg", false);
addsaver(gp::param.first, "goldberg-x", gp::param.first);