[Plateup!] Change to pull botton layout. (#294)

This commit is contained in:
Tak-attack 2024-03-19 19:23:42 +09:00 committed by GitHub
parent 3001f0278a
commit 1c550f71a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,24 +18,35 @@
} }
} }
} }
],
"outer": [
null,
null,
[
{
"type": "directionalPad",
"scale": 1.2
}
]
] ]
}, },
"right": { "right": {
"inner": [ "inner": [
{
"type": "button",
"action": "leftBumper",
"pullAction": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "character"
}
},
"pulled": {
"faceImage": {
"type": "icon",
"value": "gamepadA"
}
}
}
},
null,
{ {
"type": "button", "type": "button",
"action": "gamepadA" "action": "gamepadA"
} },
null
], ],
"outer": [ "outer": [
null, null,
@ -51,10 +62,7 @@
} }
} }
}, },
{ null,
"type": "button",
"action": "leftBumper"
},
null, null,
null, null,
{ {
@ -69,22 +77,25 @@
} }
} }
}, },
null, {
[ "type": "button",
{ "action": "leftBumper",
"type": "button", "pullAction": "gamepadX",
"action": "gamepadY", "styles": {
"styles": { "default": {
"default": { "faceImage": {
"faceImage": { "type": "icon",
"type": "icon", "value": "interact"
"value": "accept" }
} },
"pulled": {
"faceImage": {
"type": "icon",
"value": "gamepadX"
} }
} }
}, }
null }
]
] ]
}, },
"upper": { "upper": {
@ -92,6 +103,18 @@
{ {
"type": "button", "type": "button",
"action": "menu" "action": "menu"
},
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "accept"
}
}
}
} }
] ]
} }