dunno
This commit is contained in:
@@ -10,6 +10,7 @@ class GameState:
|
||||
players = None
|
||||
credits = config.BALLS_PER_GAME
|
||||
isPlaying = False
|
||||
isStarted = False
|
||||
|
||||
def __init__(self, playerStateFactory, highscore, specialDisplay, currentPlayerID = 0):
|
||||
CREDIT.activate()
|
||||
@@ -26,7 +27,7 @@ class GameState:
|
||||
self.currentPlayer = next(self.players)
|
||||
|
||||
def startGame(self, playerCount):
|
||||
self.isPlaying = True
|
||||
self.isStarted = True
|
||||
self.createPlayers(playerCount)
|
||||
self.nextPlayer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user