Skip to content

Commit

Permalink
fix color nodes commit - necessary values weren't being added to the …
Browse files Browse the repository at this point in the history
…config.
  • Loading branch information
featurecat committed Nov 8, 2018
1 parent 94c5a96 commit 54ff67d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/featurecat/lizzie/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,9 @@ private JSONObject createDefaultConfig() {
ui.put("window-maximized", false);
ui.put("show-dynamic-komi", true);
ui.put("min-playout-ratio-for-stats", 0.0);
ui.put("blunder-winrate-thresholds", "[-30,-20,-10,-5,5,10]");
ui.put("blunder-node-colors", "[[255,0,0],[0,255,0],[0,0,255],[255,255,0],[0,255,255],[255,0,255]]");
ui.put("comment-node-color", "[0,0,255,255]");

config.put("ui", ui);
return config;
Expand Down

0 comments on commit 54ff67d

Please sign in to comment.