mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
perfect_linewidth as param_i
This commit is contained in:
parent
d6bf35201c
commit
6ea3ad8493
@ -713,7 +713,7 @@ EX void initConfig() {
|
||||
param_b(vid.fineline, "fineline", true);
|
||||
param_f(vid.linewidth, "linewidth", 1);
|
||||
addsaver(precise_width, "precisewidth", .5);
|
||||
addsaver(perfect_linewidth, "perfect_linewidth", 1);
|
||||
param_i(perfect_linewidth, "perfect_linewidth", 1);
|
||||
param_f(linepatterns::width, "lpwidth", "pattern-linewidth", 1);
|
||||
addsaver(fat_edges, "fat-edges");
|
||||
param_f(vid.sspeed, "sspeed", "scrollingspeed", 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user