Skip to content

Commit dd2060a

Browse files
committed
Fixed issue where cards would fall through spirit markers due to mask positioning
1 parent 1cd6146 commit dd2060a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8123,7 +8123,7 @@ function getReminderXml(params)
81238123
for key,value in pairs(getReminderImageAttributes(params)) do
81248124
attributesString = attributesString.." "..key.."=\""..value.."\""
81258125
end
8126-
return "<Panel rotation=\"0 0 180\" width=\"185\" height=\"185\" position=\"0 0 -11\"><Mask image=\"ReminderMask\"><Image id=\"image\""..attributesString.."/></Mask></Panel>"
8126+
return "<Panel rotation=\"0 0 180\" width=\"185\" height=\"185\" position=\"0 0 -10.01\"><Mask image=\"ReminderMask\"><Image id=\"image\""..attributesString.."/></Mask></Panel>"
81278127
end
81288128
function setReminderLabel(params)
81298129
local obj, num = params.obj, params.num

0 commit comments

Comments
 (0)