Files
better-xcloud/touch-layouts/layouts/arcade-paradise.json
Kode-Z f71370679c Custom touch controls for Arcade Paradise (#352)
* Create 1741728886.json

* Create arcade-paradise.json

* Update 1741728886.json

* Update arcade-paradise.json
2024-04-10 21:21:29 +07:00

104 lines
2.2 KiB
JSON

{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"content": {
"left": {
"inner": [
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "leftJoystick"
}
}
],
"outer": [
null,
null,
null,
null,
null,
null,
null,
{
"type": "button",
"action": "rightTrigger"
}
]
},
"right": {
"inner": [
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "rightJoystick"
}
}
],
"outer": [
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "reset"
}
}
}
},
null,
null,
null,
{
"type": "button",
"action": "gamepadB",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "crouch"
}
}
}
},
{
"type": "button",
"action": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
}
}
},
null
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
},
{
"type": "button",
"action": "gamepadX"
}
]
}
}
}
}
}