From 0e223d1ce51c03bae4d44afce5a04e8e3f1a9e24 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:01:45 +0700 Subject: [PATCH] Palworld: holding LB/RB moves the left joystick instead of right --- touch-layouts/1797327516.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/touch-layouts/1797327516.json b/touch-layouts/1797327516.json index e9b6de6..6577ee4 100644 --- a/touch-layouts/1797327516.json +++ b/touch-layouts/1797327516.json @@ -75,12 +75,12 @@ "axis": [ { "input": "axisX", - "output": "rightJoystickX", + "output": "leftJoystickX", "sensitivity": 20 }, { "input": "axisY", - "output": "rightJoystickY", + "output": "leftJoystickY", "sensitivity": 10 } ], @@ -94,12 +94,12 @@ "axis": [ { "input": "axisX", - "output": "rightJoystickX", + "output": "leftJoystickX", "sensitivity": 20 }, { "input": "axisY", - "output": "rightJoystickY", + "output": "leftJoystickY", "sensitivity": 10 } ],