tomb-raider-raise: swap gamepadY and rightBumper

This commit is contained in:
redphx 2024-02-11 07:35:41 +07:00
parent c840c91c29
commit 2996b6289e

View File

@ -187,31 +187,13 @@
} }
}, },
{ {
"type": "touchpad", "type": "button",
"axis": [ "action": "gamepadY",
{
"input": "axisX",
"output": "rightJoystickX",
"sensitivity": 3
},
{
"input": "axisY",
"output": "rightJoystickY",
"sensitivity": 3
}
],
"renderAsButton": true,
"action": "rightBumper",
"styles": { "styles": {
"default": { "default": {
"knob": { "faceImage": {
"faceImage": { "type": "icon",
"type": "icon", "value": "punch"
"value": "rightBumper"
},
"stroke": {
"opacity": 0.1
}
} }
} }
} }
@ -260,13 +242,31 @@
} }
}, },
{ {
"type": "button", "type": "touchpad",
"action": "gamepadY", "axis": [
{
"input": "axisX",
"output": "rightJoystickX",
"sensitivity": 3
},
{
"input": "axisY",
"output": "rightJoystickY",
"sensitivity": 3
}
],
"renderAsButton": true,
"action": "rightBumper",
"styles": { "styles": {
"default": { "default": {
"faceImage": { "knob": {
"type": "icon", "faceImage": {
"value": "punch" "type": "icon",
"value": "rightBumper"
},
"stroke": {
"opacity": 0.1
}
} }
} }
} }