Brotato dev: re-arrange button layouts

This commit is contained in:
redphx 2024-01-30 20:58:42 +07:00
parent d5d7a55a2f
commit 6b820f279d

View File

@ -19,7 +19,15 @@
], ],
"outer": [ "outer": [
null, null,
null, {
"type": "button",
"action": "gamepadA",
"styles": {
"idle": {
"opacity": 0.5
}
}
},
[ [
{ {
"type": "directionalPad", "type": "directionalPad",
@ -31,9 +39,10 @@
} }
], ],
null, null,
null,
{ {
"type": "button", "type": "button",
"action": "gamepadA", "action": "leftBumper",
"styles": { "styles": {
"idle": { "idle": {
"opacity": 0.5 "opacity": 0.5
@ -48,15 +57,6 @@
"opacity": 0.5 "opacity": 0.5
} }
} }
},
{
"type": "button",
"action": "rightBumper",
"styles": {
"idle": {
"opacity": 0.5
}
}
} }
] ]
}, },
@ -85,15 +85,6 @@
} }
], ],
"outer": [ "outer": [
{
"type": "button",
"action": "rightBumper",
"styles": {
"idle": {
"opacity": 0.5
}
}
},
{ {
"type": "button", "type": "button",
"action": "gamepadB", "action": "gamepadB",
@ -105,7 +96,7 @@
}, },
{ {
"type": "button", "type": "button",
"action": "gamepadA", "action": "rightBumper",
"styles": { "styles": {
"idle": { "idle": {
"opacity": 0.5 "opacity": 0.5
@ -113,6 +104,7 @@
} }
}, },
null, null,
null,
[ [
{ {
"type": "directionalPad", "type": "directionalPad",
@ -122,7 +114,16 @@
} }
} }
} }
] ],
{
"type": "button",
"action": "gamepadA",
"styles": {
"idle": {
"opacity": 0.5
}
}
}
] ]
}, },
"upper": { "upper": {