From 49fcbf860e698e70b0ff5b8c6490dbc4c1915bac Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:12:19 +0700 Subject: [PATCH] balatro: reduce misclick --- touch-layouts/layouts/balatro.json | 58 ++++++++++++++++++++++++++---- 1 file changed, 52 insertions(+), 6 deletions(-) diff --git a/touch-layouts/layouts/balatro.json b/touch-layouts/layouts/balatro.json index ae4aeda..2eb1ad6 100644 --- a/touch-layouts/layouts/balatro.json +++ b/touch-layouts/layouts/balatro.json @@ -12,7 +12,8 @@ "interaction": { "activationType": "exclusive" }, - "scale": 1.5 + "deadzone": 0.5, + "scale": 2 } ], "outer": [ @@ -46,19 +47,64 @@ } ], "outer": [ - null, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, { "type": "button", "action": "gamepadB" }, - null, - null, - null, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, { "type": "button", "action": "gamepadX" }, - null, + { + "type": "button", + "action": "gamepadA", + "enabled": false, + "styles": { + "default": { + "opacity": 0 + } + } + }, { "type": "button", "action": "gamepadY"