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