diff --git a/garage_display.py b/garage_display.py index 7526ad2..5bfb74c 100644 --- a/garage_display.py +++ b/garage_display.py @@ -7,12 +7,12 @@ class GarageDisplay: self.characterDisplay = characterDisplay self.topRow = topRow self.westDoorStartColumn = 0 - self.eastDoorStartColumn = 5 + self.eastDoorStartColumn = 12 self.currentState = {} self.closedOutlineColor = colors.RED - self.closedFillColor = colors.GRAY + self.closedFillColor = colors.RED self.openOutlineColor = colors.WHITE - self.openFillColor = colors.BLUE + self.openFillColor = colors.WHITE self.garageFile = 'garage.json' def showGarageState(self):