Add: Act credit lamp

This commit is contained in:
Jonas Zeunert
2022-06-06 19:02:56 +02:00
parent 91347e49a2
commit f376038c83
2 changed files with 3 additions and 0 deletions

View File

@@ -1,8 +1,10 @@
import logging
from lamps.LampGroup import PLAYER_LAMPS
from lamps.Lamp import CREDIT
class GameState:
def __init__(self, players, highscore, specialDisplay, currentPlayerID = 0):
CREDIT.activate()
self.players = players
self.gameStateID = currentPlayerID
self.highscore = highscore