Update garage layout
This commit is contained in:
parent
e962b59d4e
commit
e261ed40be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue