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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user