This commit is contained in:
Jonas Zeunert
2022-06-06 22:13:05 +02:00
parent 782f3ebd56
commit 33a0fd931a

View File

@@ -7,7 +7,7 @@ class GameState:
def __init__(self, players, highscore, specialDisplay, currentPlayerID = 0): def __init__(self, players, highscore, specialDisplay, currentPlayerID = 0):
CREDIT.activate() CREDIT.activate()
self.players = cycle(players) self.players = cycle(players)
self._currentPlayer = cycle.next() self._currentPlayer = None
self.gameStateID = currentPlayerID self.gameStateID = currentPlayerID
self.highscore = highscore self.highscore = highscore
self.credits = 3 self.credits = 3