Skip to content

Commit

Permalink
Merge pull request #38 from wesamdev/main
Browse files Browse the repository at this point in the history
⚡ Add left analog control
  • Loading branch information
kloptops authored Feb 4, 2024
2 parents df971be + 4a8387e commit a44057a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/turbotabletennis/turbotabletennis/turbotabletennis.gptk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ up = up
down = down
left = left
right = right
left_analog_up = w
left_analog_down = s
left_analog_left = a
left_analog_right = d
left_analog_up = up
left_analog_down =down
left_analog_left = left
left_analog_right = right
right_analog_up = mouse_movement_up
right_analog_down = mouse_movement_down
right_analog_left = mouse_movement_left
Expand Down

0 comments on commit a44057a

Please sign in to comment.