mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixup default whichCanvas is 0
This commit is contained in:
parent
b31ceaf3df
commit
0cdbb0f8f4
@ -862,7 +862,7 @@ EX void initConfig() {
|
||||
param_f(linepatterns::tree_starter, "tree_starter")
|
||||
-> editable(0, 1, 0.05, "tree-drawing parameter", "How much of edges to draw for tree patterns (to show how the tree edges are oriented).", 't');
|
||||
|
||||
param_char(patterns::whichCanvas, "whichCanvas", 'r');
|
||||
param_char(patterns::whichCanvas, "whichCanvas", 0);
|
||||
|
||||
param_b(arb::apeirogon_consistent_coloring, "apeirogon_consistent_coloring", true)
|
||||
-> editable("apeirogon_consistent_coloring", 'c');
|
||||
|
Loading…
Reference in New Issue
Block a user