mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Palworld: update layout
This commit is contained in:
parent
943dc05c8f
commit
c62e758424
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user