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": {
|
||||
"inner": [
|
||||
{
|
||||
"type": "button",
|
||||
"action": "leftBumper",
|
||||
"pullAction": "gamepadA",
|
||||
"styles": {
|
||||
"default": {
|
||||
"faceImage": {
|
||||
"type": "icon",
|
||||
"value": "character"
|
||||
}
|
||||
},
|
||||
"pulled": {
|
||||
"faceImage": {
|
||||
"type": "icon",
|
||||
"value": "gamepadA"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
null,
|
||||
{
|
||||
"type": "button",
|
||||
"action": "gamepadA"
|
||||
}
|
||||
},
|
||||
null
|
||||
],
|
||||
"outer": [
|
||||
null,
|
||||
@ -51,10 +62,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"action": "leftBumper"
|
||||
},
|
||||
null,
|
||||
null,
|
||||
null,
|
||||
{
|
||||
@ -69,22 +77,25 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
null,
|
||||
[
|
||||
{
|
||||
"type": "button",
|
||||
"action": "gamepadY",
|
||||
"styles": {
|
||||
"default": {
|
||||
"faceImage": {
|
||||
"type": "icon",
|
||||
"value": "accept"
|
||||
}
|
||||
{
|
||||
"type": "button",
|
||||
"action": "leftBumper",
|
||||
"pullAction": "gamepadX",
|
||||
"styles": {
|
||||
"default": {
|
||||
"faceImage": {
|
||||
"type": "icon",
|
||||
"value": "interact"
|
||||
}
|
||||
},
|
||||
"pulled": {
|
||||
"faceImage": {
|
||||
"type": "icon",
|
||||
"value": "gamepadX"
|
||||
}
|
||||
}
|
||||
},
|
||||
null
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"upper": {
|
||||
@ -92,10 +103,22 @@
|
||||
{
|
||||
"type": "button",
|
||||
"action": "menu"
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"action": "gamepadY",
|
||||
"styles": {
|
||||
"default": {
|
||||
"faceImage": {
|
||||
"type": "icon",
|
||||
"value": "accept"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user