Fixed the inverted up/down arrow keys

This commit is contained in:
John Shaver 2017-06-28 09:12:56 -07:00
parent 36260c9dc9
commit 81c3cbcb33
1 changed files with 2 additions and 2 deletions

View File

@ -25,13 +25,13 @@ update msg model =
0 0
Up -> Up ->
90 270
Left -> Left ->
180 180
Down -> Down ->
270 90
distance = distance =
distanceFromSpeed player_move_speed timeDiff distanceFromSpeed player_move_speed timeDiff