bejeweled-3: add layout

This commit is contained in:
redphx
2024-05-10 21:49:23 +07:00
parent 71a273fc5c
commit 86a28a2797
3 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "redphx",
"content": {
"left": {
"inner": [
{
"type": "directionalPad",
"scale": 1.5,
"interaction": {
"activationType": "exclusive"
}
}
]
},
"right": {
"inner": [
{
"type": "button",
"action": "gamepadY"
},
{
"type": "button",
"action": "gamepadB"
},
{
"type": "button",
"action": "gamepadA"
},
{
"type": "button",
"action": "gamepadX"
}
],
"outer": [
{
"type": "button",
"action": "rightBumper"
},
null,
null,
null,
null,
null,
null,
{
"type": "button",
"action": "leftBumper"
}
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
}
]
}
}
}
}
}