mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +02:00
palworld: adjust sensitivities
This commit is contained in:
parent
7ac7286385
commit
972af9b9ed
@ -14,12 +14,12 @@
|
|||||||
{
|
{
|
||||||
"input": "axisX",
|
"input": "axisX",
|
||||||
"output": "rightJoystickX",
|
"output": "rightJoystickX",
|
||||||
"sensitivity": 3
|
"sensitivity": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": "axisY",
|
"input": "axisY",
|
||||||
"output": "rightJoystickY",
|
"output": "rightJoystickY",
|
||||||
"sensitivity": 3
|
"sensitivity": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"styles": {
|
"styles": {
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "rightJoystick",
|
"output": "rightJoystick",
|
||||||
"sensitivity": 1
|
"sensitivity": 1.5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -131,7 +131,11 @@
|
|||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "leftJoystick"
|
"output": "leftJoystick",
|
||||||
|
"deadzone": {
|
||||||
|
"threshold": 0.5,
|
||||||
|
"radial": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"action": [
|
"action": [
|
||||||
"leftBumper",
|
"leftBumper",
|
||||||
@ -158,7 +162,11 @@
|
|||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "leftJoystick"
|
"output": "leftJoystick",
|
||||||
|
"deadzone": {
|
||||||
|
"threshold": 0.5,
|
||||||
|
"radial": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"action": [
|
"action": [
|
||||||
"rightBumper",
|
"rightBumper",
|
||||||
@ -185,7 +193,11 @@
|
|||||||
"type": "joystick",
|
"type": "joystick",
|
||||||
"axis": {
|
"axis": {
|
||||||
"input": "axisXY",
|
"input": "axisXY",
|
||||||
"output": "leftJoystick"
|
"output": "leftJoystick",
|
||||||
|
"deadzone": {
|
||||||
|
"threshold": 0.5,
|
||||||
|
"radial": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"action": [
|
"action": [
|
||||||
"leftTrigger",
|
"leftTrigger",
|
||||||
@ -254,8 +266,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"toggle": true
|
"toggle": true
|
||||||
},
|
}
|
||||||
null
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
@ -269,6 +280,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
[
|
||||||
{
|
{
|
||||||
"type": "button",
|
"type": "button",
|
||||||
"action": "gamepadA",
|
"action": "gamepadA",
|
||||||
@ -281,21 +293,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
null
|
||||||
"type": "blank"
|
],
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "touchpad",
|
"type": "touchpad",
|
||||||
"axis": [
|
"axis": [
|
||||||
{
|
{
|
||||||
"input": "axisX",
|
"input": "axisX",
|
||||||
"output": "rightJoystickX",
|
"output": "rightJoystickX",
|
||||||
"sensitivity": 3
|
"sensitivity": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"input": "axisY",
|
"input": "axisY",
|
||||||
"output": "rightJoystickY",
|
"output": "rightJoystickY",
|
||||||
"sensitivity": 3
|
"sensitivity": 5
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"renderAsButton": true,
|
"renderAsButton": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user