mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
turnip-boy: rearrange buttons
This commit is contained in:
@@ -10,7 +10,11 @@
|
|||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "leftJoystick"
|
"output": "leftJoystick",
|
||||||
|
"deadzone": {
|
||||||
|
"threshold": 0.05,
|
||||||
|
"radial": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -38,15 +42,15 @@
|
|||||||
"expand": false,
|
"expand": false,
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "rightJoystick"
|
"output": "rightJoystick",
|
||||||
|
"deadzone": {
|
||||||
|
"threshold": 0.05,
|
||||||
|
"radial": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outer": [
|
"outer": [
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
null,
|
null,
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
@@ -63,18 +67,21 @@
|
|||||||
},
|
},
|
||||||
null
|
null
|
||||||
],
|
],
|
||||||
{
|
[
|
||||||
"type": "button",
|
{
|
||||||
"action": "gamepadA",
|
"type": "button",
|
||||||
"styles": {
|
"action": "gamepadA",
|
||||||
"default": {
|
"styles": {
|
||||||
"faceImage": {
|
"default": {
|
||||||
"type": "icon",
|
"faceImage": {
|
||||||
"value": "interact"
|
"type": "icon",
|
||||||
|
"value": "interact"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
null
|
||||||
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"upper": {
|
"upper": {
|
||||||
|
Reference in New Issue
Block a user