Fix positions of playermats 1 and 4 for "other doom in play" counter

This commit is contained in:
Adam Goldsmith 2023-07-22 00:31:11 -04:00
parent b2237355f2
commit c14d23da9e
1 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@ local IGNORE_TAG = "DoomCounter_ignore"
local originAndSize = {
{ origin = { -55, 1.6, 16.5 }, size = { 12, 1, 25 } },
{ origin = { -55, 1.6, -16.5 }, size = { 12, 1, 25 } },
{ origin = { -25, 1.6, 27 }, size = { 25, 1, 12 } },
{ origin = { -25, 1.6, -27 }, size = { 25, 1, 12 } }
{ origin = { -25, 1.6, 32.5 }, size = { 12, 1, 25 } },
{ origin = { -25, 1.6, -32.5 }, size = { 12, 1, 25 } }
}
-- create button, context menu and start loop
@ -152,4 +152,4 @@ function removeDoom(options)
end
end
end)
return __bundle_require("__root")
return __bundle_require("__root")