Palworld: update layout

This commit is contained in:
redphx 2024-01-29 10:56:24 +07:00
parent 943dc05c8f
commit c62e758424

View File

@ -13,6 +13,8 @@
"radial": true
}
},
"action": "leftThumb",
"actionThreshold": 2,
"styles": {
"default": {
"knob": {
@ -21,6 +23,14 @@
"value": "walk"
}
}
},
"activated": {
"knob": {
"faceImage": {
"type": "icon",
"value": "run"
}
}
}
}
}
@ -61,14 +71,42 @@
"action": "rightThumb"
},
{
"type": "button",
"action": "leftBumper",
"toggle": true
"type": "touchpad",
"axis": [
{
"input": "axisX",
"output": "rightJoystickX",
"sensitivity": 20
},
{
"input": "axisY",
"output": "rightJoystickY",
"sensitivity": 10
}
],
"renderAsButton": true,
"action": [
"leftBumper"
]
},
{
"type": "button",
"action": "rightBumper",
"toggle": true
"type": "touchpad",
"axis": [
{
"input": "axisX",
"output": "rightJoystickX",
"sensitivity": 20
},
{
"input": "axisY",
"output": "rightJoystickY",
"sensitivity": 10
}
],
"renderAsButton": true,
"action": [
"rightBumper"
]
},
{
"type": "button",
@ -142,22 +180,20 @@
}
},
{
"type": "button",
"action": "leftThumb",
"toggle": true
"type": "blank"
},
{
"type": "touchpad",
"axis": [
{
"input": "axisX",
"output": "relativeMouseX",
"sensitivity": 5
"output": "rightJoystickX",
"sensitivity": 20
},
{
"input": "axisY",
"output": "relativeMouseY",
"sensitivity": 2.5
"output": "rightJoystickY",
"sensitivity": 10
}
],
"renderAsButton": true,
@ -226,7 +262,7 @@
"axis": {
"input": "axisXY",
"output": "rightJoystick",
"sensitivity": 2
"sensitivity": 1
}
}
]