From c14d23da9e2f1cb4157dc0b3a49b3a5b8995d601 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 22 Jul 2023 00:31:11 -0400 Subject: [PATCH] Fix positions of playermats 1 and 4 for "other doom in play" counter --- unpacked/Custom_Token Other Doom in Play 652ff3.ttslua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unpacked/Custom_Token Other Doom in Play 652ff3.ttslua b/unpacked/Custom_Token Other Doom in Play 652ff3.ttslua index 3e17f2f88..aa6efed1f 100644 --- a/unpacked/Custom_Token Other Doom in Play 652ff3.ttslua +++ b/unpacked/Custom_Token Other Doom in Play 652ff3.ttslua @@ -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") \ No newline at end of file +return __bundle_require("__root")