mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Palworld: convert leftTrigger button to touchpad
This commit is contained in:
parent
dca2223c70
commit
fb4bada847
@ -109,8 +109,23 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "button",
|
||||
"action": "leftTrigger"
|
||||
"type": "touchpad",
|
||||
"axis": [
|
||||
{
|
||||
"input": "axisX",
|
||||
"output": "leftJoystickX",
|
||||
"sensitivity": 20
|
||||
},
|
||||
{
|
||||
"input": "axisY",
|
||||
"output": "leftJoystickY",
|
||||
"sensitivity": 10
|
||||
}
|
||||
],
|
||||
"renderAsButton": true,
|
||||
"action": [
|
||||
"leftTrigger"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user