Palworld: convert leftTrigger button to touchpad

This commit is contained in:
redphx 2024-01-29 11:48:21 +07:00
parent dca2223c70
commit fb4bada847

View File

@ -109,8 +109,23 @@
] ]
}, },
{ {
"type": "button", "type": "touchpad",
"action": "leftTrigger" "axis": [
{
"input": "axisX",
"output": "leftJoystickX",
"sensitivity": 20
},
{
"input": "axisY",
"output": "leftJoystickY",
"sensitivity": 10
}
],
"renderAsButton": true,
"action": [
"leftTrigger"
]
} }
] ]
}, },