mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-22 05:52:07 +00:00
periodwidth parameter
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user