Update garage display
This commit is contained in:
parent
4cac468c01
commit
11f3ed7679
|
@ -7,12 +7,12 @@ class GarageDisplay:
|
||||||
self.characterDisplay = characterDisplay
|
self.characterDisplay = characterDisplay
|
||||||
self.topRow = topRow
|
self.topRow = topRow
|
||||||
self.westDoorStartColumn = 0
|
self.westDoorStartColumn = 0
|
||||||
self.eastDoorStartColumn = 5
|
self.eastDoorStartColumn = 12
|
||||||
self.currentState = {}
|
self.currentState = {}
|
||||||
self.closedOutlineColor = colors.RED
|
self.closedOutlineColor = colors.RED
|
||||||
self.closedFillColor = colors.GRAY
|
self.closedFillColor = colors.RED
|
||||||
self.openOutlineColor = colors.WHITE
|
self.openOutlineColor = colors.WHITE
|
||||||
self.openFillColor = colors.BLUE
|
self.openFillColor = colors.WHITE
|
||||||
self.garageFile = 'garage.json'
|
self.garageFile = 'garage.json'
|
||||||
|
|
||||||
def showGarageState(self):
|
def showGarageState(self):
|
||||||
|
|
Loading…
Reference in New Issue