From 6a781f618e134a8332a06abf05335d7b406a829d Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sat, 21 Oct 2023 12:31:16 +0200 Subject: [PATCH] increased y pos --- 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 ac5b615d..5465a9cf 100644 --- a/src/playermat/Playmat.ttslua +++ b/src/playermat/Playmat.ttslua @@ -865,7 +865,7 @@ function clickableClues(showCounter) local clueCount = 0 -- move clue counters - local modY = showcounter and -0.52 or 0.52 + local modY = showcounter and -0.525 or 0.525 ownedObjects.ClickableClueCounter.setPosition(clickerPos + Vector(0, modY, 0)) if showCounter then