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