Skip to content

Commit

Permalink
Display blunder bar in the winrate graph
Browse files Browse the repository at this point in the history
  • Loading branch information
zsalch committed Nov 3, 2018
1 parent 9257fd3 commit c91bee0
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 115 deletions.
6 changes: 5 additions & 1 deletion src/main/java/featurecat/lizzie/gui/Input.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,11 @@ public void keyPressed(KeyEvent e) {
break;

case VK_W:
Lizzie.config.toggleShowWinrate();
if (controlIsPressed(e)) {
Lizzie.config.toggleLargeWinrate();
} else {
Lizzie.config.toggleShowWinrate();
}
break;

case VK_G:
Expand Down
Loading

0 comments on commit c91bee0

Please sign in to comment.