From 67a125db906928e4b2690fc188ce88d96956d8f6 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 28 Jul 2024 01:22:08 -0400 Subject: [PATCH] Expand play area for "doom in play" counter --- src/core/DoomInPlayCounter.ttslua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/DoomInPlayCounter.ttslua b/src/core/DoomInPlayCounter.ttslua index 07029a75..4fe4cc4a 100644 --- a/src/core/DoomInPlayCounter.ttslua +++ b/src/core/DoomInPlayCounter.ttslua @@ -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 } }