increased y pos
This commit is contained in:
parent
ce9435f76f
commit
6a781f618e
@ -865,7 +865,7 @@ function clickableClues(showCounter)
|
|||||||
local clueCount = 0
|
local clueCount = 0
|
||||||
|
|
||||||
-- move clue counters
|
-- 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))
|
ownedObjects.ClickableClueCounter.setPosition(clickerPos + Vector(0, modY, 0))
|
||||||
|
|
||||||
if showCounter then
|
if showCounter then
|
||||||
|
Loading…
Reference in New Issue
Block a user