mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 16:17:20 +02:00
little-kitty-big-city: update layout
This commit is contained in:
parent
93b86311c8
commit
62b3da56ec
@ -21,31 +21,33 @@
|
|||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "rightTrigger"
|
"action": "rightTrigger"
|
||||||
},
|
},
|
||||||
{
|
[
|
||||||
"type": "joystick",
|
{
|
||||||
"axis": [
|
"type": "joystick",
|
||||||
{
|
"axis": [
|
||||||
"input": "axisXY",
|
{
|
||||||
"output": "leftJoystick"
|
"input": "axisXY",
|
||||||
}
|
"output": "leftJoystick"
|
||||||
],
|
}
|
||||||
"action": "rightBumper",
|
],
|
||||||
"styles": {
|
"action": "rightBumper",
|
||||||
"default": {
|
"styles": {
|
||||||
"knob": {
|
"default": {
|
||||||
"faceImage": {
|
"knob": {
|
||||||
"type": "icon",
|
"faceImage": {
|
||||||
"value": "sprint"
|
"type": "icon",
|
||||||
},
|
"value": "sprint"
|
||||||
"stroke": {
|
},
|
||||||
"type": "solid",
|
"stroke": {
|
||||||
"opacity": 0.1
|
"type": "solid",
|
||||||
|
"opacity": 0.1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
null
|
||||||
null,
|
],
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "dPadRight",
|
"action": "dPadRight",
|
||||||
@ -70,31 +72,33 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
null,
|
[
|
||||||
{
|
{
|
||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
"axis": [
|
"axis": [
|
||||||
{
|
{
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "leftJoystick"
|
"output": "leftJoystick"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"action": "leftBumper",
|
"action": "leftBumper",
|
||||||
"styles": {
|
"styles": {
|
||||||
"default": {
|
"default": {
|
||||||
"knob": {
|
"knob": {
|
||||||
"faceImage": {
|
"faceImage": {
|
||||||
"type": "icon",
|
"type": "icon",
|
||||||
"value": "crouch"
|
"value": "crouch"
|
||||||
},
|
},
|
||||||
"stroke": {
|
"stroke": {
|
||||||
"type": "solid",
|
"type": "solid",
|
||||||
"opacity": 0.1
|
"opacity": 0.1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
null
|
||||||
|
],
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "leftTrigger"
|
"action": "leftTrigger"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user