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