Fixed the inverted up/down arrow keys
This commit is contained in:
parent
36260c9dc9
commit
81c3cbcb33
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@ update msg model =
|
|||
0
|
||||
|
||||
Up ->
|
||||
90
|
||||
270
|
||||
|
||||
Left ->
|
||||
180
|
||||
|
||||
Down ->
|
||||
270
|
||||
90
|
||||
|
||||
distance =
|
||||
distanceFromSpeed player_move_speed timeDiff
|
||||
|
|
Loading…
Reference in a new issue