mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Palworld dev: update right joystick
This commit is contained in:
parent
1a496128da
commit
d9815f9a85
@ -77,14 +77,18 @@
|
|||||||
"inner": [
|
"inner": [
|
||||||
{
|
{
|
||||||
"type": "touchpad",
|
"type": "touchpad",
|
||||||
"axis": {
|
"axis": [
|
||||||
"input": "axisXY",
|
{
|
||||||
"output": "rightJoystick",
|
"input": "axisX",
|
||||||
"deadzone": {
|
"output": "rightJoystickX",
|
||||||
"threshold": 0.01,
|
"sensitivity": 5
|
||||||
"radial": true
|
},
|
||||||
|
{
|
||||||
|
"input": "axisY",
|
||||||
|
"output": "rightJoystickY",
|
||||||
|
"sensitivity": 2.5
|
||||||
}
|
}
|
||||||
},
|
],
|
||||||
"styles": {
|
"styles": {
|
||||||
"default": {
|
"default": {
|
||||||
"faceImage": {
|
"faceImage": {
|
||||||
@ -225,7 +229,7 @@
|
|||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "rightJoystick",
|
"output": "rightJoystick",
|
||||||
"sensitivity": 3
|
"sensitivity": 2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user