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 } }