mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
tomb-raider-raise: swap gamepadY and rightBumper
This commit is contained in:
parent
c840c91c29
commit
2996b6289e
@ -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": "rightBumper"
|
"value": "punch"
|
||||||
},
|
|
||||||
"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": {
|
||||||
|
"knob": {
|
||||||
"faceImage": {
|
"faceImage": {
|
||||||
"type": "icon",
|
"type": "icon",
|
||||||
"value": "punch"
|
"value": "rightBumper"
|
||||||
|
},
|
||||||
|
"stroke": {
|
||||||
|
"opacity": 0.1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user