updated offset

This commit is contained in:
Chr1Z93 2024-11-19 19:41:08 +01:00
parent 46a8f6640a
commit a13314f61c

View File

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