From e261ed40beae62a2e199e91913ffe892bc40dd1f Mon Sep 17 00:00:00 2001 From: Mike Cifelli <1836280-mike-cifelli@users.noreply.gitlab.com> Date: Fri, 30 Dec 2022 17:54:20 -0500 Subject: [PATCH] Update garage layout --- garage_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garage_display.py b/garage_display.py index becbb49..921fcce 100644 --- a/garage_display.py +++ b/garage_display.py @@ -6,7 +6,7 @@ class GarageDisplay: def __init__(self, characterDisplay, topRow): self.characterDisplay = characterDisplay self.topRow = topRow - self.westDoorStartColumn = 0 + self.westDoorStartColumn = 1 self.eastDoorStartColumn = 12 self.currentState = {} self.closedOutlineColor = colors.RED