Chutney [main]

Update garage layout

e261ed40beae62a2e199e91913ffe892bc40dd1f
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