increased y pos

This commit is contained in:
Chr1Z93 2023-10-21 12:31:16 +02:00
parent ce9435f76f
commit 6a781f618e

View File

@ -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