Expand play area for "doom in play" counter

This commit is contained in:
Adam Goldsmith 2024-07-28 01:22:08 -04:00
parent 9a15177567
commit 00c97087d9

View File

@ -7,11 +7,11 @@ local IGNORE_TAG = "DoomCounter_ignore"
local TOTAL_PLAY_AREA = { local TOTAL_PLAY_AREA = {
upperLeft = { upperLeft = {
x = -9, x = -9,
z = -35 z = -46
}, },
lowerRight = { lowerRight = {
x = -60, x = -60,
z = 35 z = 46
} }
} }