This commit is contained in:
Jonas Zeunert
2022-08-31 15:07:44 +02:00
parent ca75dba340
commit 0ef881bb91
2 changed files with 5 additions and 3 deletions

View File

@@ -82,8 +82,7 @@ class PlayerState:
self.enableTiming()
self.specialDisplay.printBallsToPlay(self.ballsLeft)
self.specialDisplay.printGameTimeBonus(self.bonusTime)
self.printSpecial()
def activate(self):
self.resetBall()
@@ -303,6 +302,7 @@ class PlayerState:
return
self.replayBallTimer = Timer(interval=1, function=self.updateReplayBall)
def stopReplayBall(self):
if not self.isActive:
return