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

periodwidth parameter

This commit is contained in:
Zeno Rogue
2023-05-15 02:26:02 +02:00
parent 60d7d1da7e
commit b76db976f0
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -2755,6 +2755,7 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
param_f(twopoint_xscale, "twopoint_xscale");
param_i(twopoint_xshape, "twopoint_xshape");
param_f(twopoint_xwidth, "twopoint_xwidth");
param_f(periodwidth, "periodwidth", 1);
param_f(vid.depth_bonus, "depth_bonus", 0)
->editable(-5, 5, .1, "depth bonus in pseudohedral", "", 'b');