Merge pull request #468 from argonui/clue-clicker
Option Panel: bugfix for clue counter position
This commit is contained in:
commit
ff22095787
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user