[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": {
"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,
@ -51,10 +62,7 @@
}
}
},
{
"type": "button",
"action": "leftBumper"
},
null,
null,
null,
{
@ -69,22 +77,25 @@
}
}
},
null,
[
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "accept"
}
{
"type": "button",
"action": "leftBumper",
"pullAction": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
},
"pulled": {
"faceImage": {
"type": "icon",
"value": "gamepadX"
}
}
},
null
]
}
}
]
},
"upper": {
@ -92,10 +103,22 @@
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "accept"
}
}
}
}
]
}
}
}
}
}
}