Skip to content

Commit

Permalink
fixed y axis values
Browse files Browse the repository at this point in the history
  • Loading branch information
urbit-pilled committed Dec 17, 2024
1 parent 20e405b commit dafe38e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ const PLAYER_JOYSTICK_MOTION = {
"up":
{
"axis": JOY_AXIS_LEFT_Y,
"axis_value": 1,
"axis_value": -1,
},
"down":
{
"axis": JOY_AXIS_LEFT_Y,
"axis_value": -1,
"axis_value": 1,
},
"left":
{
Expand Down

0 comments on commit dafe38e

Please sign in to comment.