updated offset
This commit is contained in:
parent
46a8f6640a
commit
a13314f61c
@ -2890,7 +2890,7 @@ function storeTokenTransform(card)
|
||||
for _, token in ipairs(searchLib.onObject(card, "isTileOrToken", 0.95)) do
|
||||
if not token.locked then
|
||||
-- offset to stop the token from colliding with the card
|
||||
local tokenPos = token.getPosition() + Vector(0, 0.01, 0)
|
||||
local tokenPos = token.getPosition() + Vector(0, 0.05, 0)
|
||||
token.setPosition(tokenPos)
|
||||
|
||||
-- store local transform data
|
||||
|
Loading…
Reference in New Issue
Block a user