From 549c823efbc9c82848d65e7e9eb36e4754951776 Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sat, 11 Nov 2023 11:15:21 +0100 Subject: [PATCH] small bugfix --- src/playermat/Playmat.ttslua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playermat/Playmat.ttslua b/src/playermat/Playmat.ttslua index f7da402f..b8fb51e5 100644 --- a/src/playermat/Playmat.ttslua +++ b/src/playermat/Playmat.ttslua @@ -893,7 +893,7 @@ function clickableClues(showCounter) local clueCount = 0 -- move clue counters - local modY = showcounter and -0.525 or 0.525 + local modY = showCounter and 0.525 or -0.525 ownedObjects.ClickableClueCounter.setPosition(clickerPos + Vector(0, modY, 0)) if showCounter then