From 2ea0775670778ee8042e83e440eb865b2fb9ecd5 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:32:26 +0700 Subject: [PATCH] FIFA 23: hide rightTrigger's stroke --- touch-layouts/1994003829.json | 3 +++ touch-layouts/2071676002.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/touch-layouts/1994003829.json b/touch-layouts/1994003829.json index e9bab05..c935fe9 100644 --- a/touch-layouts/1994003829.json +++ b/touch-layouts/1994003829.json @@ -64,6 +64,9 @@ "faceImage": { "type": "icon", "value": "rightTrigger" + }, + "stroke": { + "opacity": 0 } } } diff --git a/touch-layouts/2071676002.json b/touch-layouts/2071676002.json index ef00355..d3f9490 100644 --- a/touch-layouts/2071676002.json +++ b/touch-layouts/2071676002.json @@ -64,6 +64,9 @@ "faceImage": { "type": "icon", "value": "rightTrigger" + }, + "stroke": { + "opacity": 0 } } }