Files
better-xcloud/touch-layouts/layouts/plateup.json
2024-05-08 16:59:23 +07:00

126 lines
2.9 KiB
JSON

{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "Tak-attack",
"content": {
"left": {
"inner": [
{
"type": "joystick",
"expand": false,
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"deadzone": {
"threshold": 0.05,
"radial": true
}
}
}
]
},
"right": {
"inner": [
{
"type": "button",
"action": "leftBumper",
"pullAction": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "character"
}
},
"pulled": {
"faceImage": {
"type": "icon",
"value": "gamepadA"
}
}
}
},
null,
{
"type": "button",
"action": "gamepadA"
},
null
],
"outer": [
null,
{
"type": "button",
"action": "gamepadB",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "waypoint"
}
}
}
},
null,
null,
null,
{
"type": "button",
"action": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
}
}
},
{
"type": "button",
"action": "leftBumper",
"pullAction": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
},
"pulled": {
"faceImage": {
"type": "icon",
"value": "gamepadX"
}
}
}
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "accept"
}
}
}
}
]
}
}
}
}
}