mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Brotato: update layout
This commit is contained in:
parent
98f34b4829
commit
1170a7dc0b
@ -5,14 +5,10 @@
|
|||||||
"inner": [
|
"inner": [
|
||||||
{
|
{
|
||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
"expand": false,
|
"relative": false,
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "leftJoystick",
|
"output": "leftJoystick"
|
||||||
"deadzone": {
|
|
||||||
"threshold": 0.01,
|
|
||||||
"radial": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -33,19 +29,18 @@
|
|||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"inner": [
|
"inner": [
|
||||||
{
|
|
||||||
"type": "blank"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadB"
|
"action": "gamepadB",
|
||||||
|
"styles": {
|
||||||
|
"idle": {
|
||||||
|
"opacity": 0.5
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadA"
|
"action": "gamepadA"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "blank"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"outer": [
|
"outer": [
|
||||||
@ -53,8 +48,7 @@
|
|||||||
"type": "blank"
|
"type": "blank"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "blank"
|
||||||
"action": "rightTrigger"
|
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
@ -63,13 +57,10 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
|
"expand": false,
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "rightJoystick",
|
"output": "rightJoystick"
|
||||||
"deadzone": {
|
|
||||||
"threshold": 0.01,
|
|
||||||
"radial": true
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"styles": {
|
"styles": {
|
||||||
"idle": {
|
"idle": {
|
||||||
@ -87,6 +78,10 @@
|
|||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "menu"
|
"action": "menu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "rightBumper"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user