Merge pull request #468 from argonui/clue-clicker

Option Panel: bugfix for clue counter position
This commit is contained in:
Entrox-Licher 2023-11-11 10:04:37 -05:00 committed by GitHub
commit ff22095787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -892,7 +892,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