Custom touch controls for Arcade Paradise (#352)

* Create 1741728886.json

* Create arcade-paradise.json

* Update 1741728886.json

* Update arcade-paradise.json
This commit is contained in:
Kode-Z 2024-04-10 15:21:29 +01:00 committed by GitHub
parent b2523dd556
commit f71370679c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 110 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"name": "Arcade Paradise",
"default_layout": "custom",
"layouts": [
"arcade-paradise"
]
}

View File

@ -0,0 +1,103 @@
{
"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"
}
]
}
}
}
}
}