mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
Palworld: fix missing button icons
This commit is contained in:
parent
57e3ad0ba7
commit
1c73d0ec11
@ -89,6 +89,9 @@
|
|||||||
],
|
],
|
||||||
{
|
{
|
||||||
"type": "directionalPad",
|
"type": "directionalPad",
|
||||||
|
"interaction": {
|
||||||
|
"activationType": "exclusive"
|
||||||
|
},
|
||||||
"scale": 1.2
|
"scale": 1.2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -116,7 +119,15 @@
|
|||||||
"type": "layer",
|
"type": "layer",
|
||||||
"target": "EnableGyro"
|
"target": "EnableGyro"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "leftBumper"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "touchpad",
|
"type": "touchpad",
|
||||||
@ -139,7 +150,15 @@
|
|||||||
"type": "layer",
|
"type": "layer",
|
||||||
"target": "EnableGyro"
|
"target": "EnableGyro"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "rightBumper"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "touchpad",
|
"type": "touchpad",
|
||||||
@ -162,7 +181,15 @@
|
|||||||
"type": "layer",
|
"type": "layer",
|
||||||
"target": "EnableGyro"
|
"target": "EnableGyro"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"styles": {
|
||||||
|
"default": {
|
||||||
|
"faceImage": {
|
||||||
|
"type": "icon",
|
||||||
|
"value": "leftTrigger"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user