Skip to content

Commit

Permalink
use up arrow for ties
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Oct 12, 2020
1 parent 229618b commit 659966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.elm
Expand Up @@ -162,7 +162,7 @@ subscriptions model =
Just Keyboard.ArrowRight ->
MatchFinished (League.Win { won = right, lost = left })

Just Keyboard.ArrowDown ->
Just Keyboard.ArrowUp ->
MatchFinished (League.Draw { playerA = left, playerB = right })

_ ->
Expand Down

0 comments on commit 659966d

Please sign in to comment.