1
0
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:
Zeno Rogue
2021-09-30 13:23:35 +02:00
parent 642f0899b5
commit 631469490f
2 changed files with 13 additions and 2 deletions

View File

@@ -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([] {