mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Brotato dev: re-arrange button layouts
This commit is contained in:
parent
d5d7a55a2f
commit
6b820f279d
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user