mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
[Plateup!] Change to pull botton layout. (#294)
This commit is contained in:
parent
3001f0278a
commit
1c550f71a2
@ -18,24 +18,35 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"outer": [
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "directionalPad",
|
|
||||||
"scale": 1.2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"right": {
|
"right": {
|
||||||
"inner": [
|
"inner": [
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "leftBumper",
|
||||||
|
"pullAction": "gamepadA",
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "character"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"pulled": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "gamepadA"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
null,
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadA"
|
"action": "gamepadA"
|
||||||
}
|
},
|
||||||
|
null
|
||||||
],
|
],
|
||||||
"outer": [
|
"outer": [
|
||||||
null,
|
null,
|
||||||
@ -51,10 +62,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
null,
|
||||||
"type": "button",
|
|
||||||
"action": "leftBumper"
|
|
||||||
},
|
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
{
|
{
|
||||||
@ -69,22 +77,25 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
null,
|
{
|
||||||
[
|
"type": "button",
|
||||||
{
|
"action": "leftBumper",
|
||||||
"type": "button",
|
"pullAction": "gamepadX",
|
||||||
"action": "gamepadY",
|
"styles": {
|
||||||
"styles": {
|
"default": {
|
||||||
"default": {
|
"faceImage": {
|
||||||
"faceImage": {
|
"type": "icon",
|
||||||
"type": "icon",
|
"value": "interact"
|
||||||
"value": "accept"
|
}
|
||||||
}
|
},
|
||||||
|
"pulled": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "gamepadX"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
null
|
}
|
||||||
]
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"upper": {
|
"upper": {
|
||||||
@ -92,10 +103,22 @@
|
|||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "menu"
|
"action": "menu"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "button",
|
||||||
|
"action": "gamepadY",
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "accept"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user