Expand play area for "doom in play" counter

This commit is contained in:
Adam Goldsmith 2024-07-28 01:22:08 -04:00
parent e3c2c2e146
commit 4f7ae88102

View File

@ -5,8 +5,8 @@ local ZONE, TRASH
local doomURL = "https://i.imgur.com/EoL7yaZ.png"
local IGNORE_TAG = "DoomCounter_ignore"
local TOTAL_PLAY_AREA = {
upperLeft = { x = -9, z = -35 },
lowerRight = { x = -60, z = 35 }
upperLeft = { x = -9, z = -46 },
lowerRight = { x = -60, z = 46 }
}
local subtractDoom = false