initial lamp
This commit is contained in:
@@ -11,6 +11,8 @@ from GameState import GameState
|
|||||||
|
|
||||||
from Game import Game
|
from Game import Game
|
||||||
|
|
||||||
|
from lamps.LampGroup import PLAYER_LAMPS
|
||||||
|
|
||||||
class GameFactory:
|
class GameFactory:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
displayNames = networking.getDisplays()['displays']
|
displayNames = networking.getDisplays()['displays']
|
||||||
@@ -25,6 +27,7 @@ class GameFactory:
|
|||||||
|
|
||||||
self.playerStateFactory = PlayerStateFactory(self.specialDisplay, banks, self.displays)
|
self.playerStateFactory = PlayerStateFactory(self.specialDisplay, banks, self.displays)
|
||||||
|
|
||||||
|
PLAYER_LAMPS.activateNext()
|
||||||
|
|
||||||
def createGame(self):
|
def createGame(self):
|
||||||
inputHandler = InputHandler(self.targets)
|
inputHandler = InputHandler(self.targets)
|
||||||
|
|||||||
Reference in New Issue
Block a user