From 385ef30d40b4273da8e9797fd9499a1c0fff79b0 Mon Sep 17 00:00:00 2001 From: xtreme8000 Date: Sat, 9 Dec 2023 19:20:06 +0100 Subject: [PATCH] Improve classic controller input mapping --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 2d07db0..6bfdf7a 100644 --- a/config.json +++ b/config.json @@ -8,10 +8,10 @@ "player_backward": [1, 201, 911], "player_left": [2, 202, 912], "player_right": [3, 203, 913], - "player_jump": [5, 205], - "player_sneak": [204], - "item_action_left": [100, 210], - "item_action_right": [101, 211], + "player_jump": [5, 210], + "player_sneak": [211], + "item_action_left": [100, 204], + "item_action_right": [101, 205], "scroll_left": [9, 208, 213], "scroll_right": [8, 209, 212], "inventory": [6, 206],