Update garage layout

This commit is contained in:
Mike Cifelli 2022-12-30 17:54:20 -05:00
parent e962b59d4e
commit e261ed40be
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ class GarageDisplay:
def __init__(self, characterDisplay, topRow): def __init__(self, characterDisplay, topRow):
self.characterDisplay = characterDisplay self.characterDisplay = characterDisplay
self.topRow = topRow self.topRow = topRow
self.westDoorStartColumn = 0 self.westDoorStartColumn = 1
self.eastDoorStartColumn = 12 self.eastDoorStartColumn = 12
self.currentState = {} self.currentState = {}
self.closedOutlineColor = colors.RED self.closedOutlineColor = colors.RED