mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
save linepattern colors and multipliers
This commit is contained in:
parent
a37457ead9
commit
11a65b0094
@ -315,6 +315,11 @@ EX void initConfig() {
|
||||
addsaver(vid.fsize, "font size");
|
||||
addsaver(vid.darkhepta, "mark heptagons", false);
|
||||
|
||||
for(auto& lp: linepatterns::patterns) {
|
||||
addsaver(lp->color, "lpcolor-" + lp->lpname);
|
||||
addsaver(lp->multiplier, "lpwidth-" + lp->lpname);
|
||||
}
|
||||
|
||||
// special graphics
|
||||
|
||||
addsaver(vid.ballangle, "ball angle", 20);
|
||||
|
Loading…
Reference in New Issue
Block a user