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