mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-27 20:07:40 +00:00
parallel linepattern is now configurable
This commit is contained in:
@@ -2293,6 +2293,10 @@ EX int config3 = addHook(hooks_configfile, 100, [] {
|
||||
addsaver(vid.fixed_facing_dir, "fixed facing dir", 90);
|
||||
param_b(vid.fixed_yz, "fixed YZ", true);
|
||||
param_b(draw_sky, "draw sky", true);
|
||||
param_f(linepatterns::parallel_count, "parallel_count")
|
||||
->editable(0, 24, 1, "number of parallels drawn", "", 'n');
|
||||
param_f(linepatterns::parallel_max, "parallel_max")
|
||||
->editable(0, 360*degree, 15*degree, "last parallel drawn", "", 'n');
|
||||
param_f(vid.depth, "depth", "3D depth", 1)
|
||||
->editable(0, 5, .1, "Ground level below the plane", "", 'd')
|
||||
->set_extra([] {
|
||||
|
||||
Reference in New Issue
Block a user