Expand play area for "doom in play" counter

This commit is contained in:
Adam Goldsmith 2024-07-28 01:22:08 -04:00
parent d801550236
commit e98a5d546f

View File

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