mirror of
https://github.com/xtreme8000/CavEX.git
synced 2025-01-22 09:11:55 -05:00
Improve classic controller input mapping
This commit is contained in:
parent
93c89a60dd
commit
385ef30d40
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@
|
||||||
"player_backward": [1, 201, 911],
|
"player_backward": [1, 201, 911],
|
||||||
"player_left": [2, 202, 912],
|
"player_left": [2, 202, 912],
|
||||||
"player_right": [3, 203, 913],
|
"player_right": [3, 203, 913],
|
||||||
"player_jump": [5, 205],
|
"player_jump": [5, 210],
|
||||||
"player_sneak": [204],
|
"player_sneak": [211],
|
||||||
"item_action_left": [100, 210],
|
"item_action_left": [100, 204],
|
||||||
"item_action_right": [101, 211],
|
"item_action_right": [101, 205],
|
||||||
"scroll_left": [9, 208, 213],
|
"scroll_left": [9, 208, 213],
|
||||||
"scroll_right": [8, 209, 212],
|
"scroll_right": [8, 209, 212],
|
||||||
"inventory": [6, 206],
|
"inventory": [6, 206],
|
||||||
|
|
Loading…
Reference in a new issue