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