Palworld: fix missing button icons

This commit is contained in:
redphx 2024-02-06 16:33:37 +07:00
parent 57e3ad0ba7
commit 1c73d0ec11

View File

@ -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"
}
}
}
} }
] ]
}, },