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
|
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
|
||||||
|
|
Loading…
Reference in a new issue