This commit is contained in:
Jonas Zeunert
2022-05-07 13:30:36 +02:00
parent 37a6438c95
commit 267736a7d9

View File

@@ -73,6 +73,7 @@ class PlayerState:
self.bonusTime = config.BEGINNING_BONUS_TIME
self.reset()
self.specialDisplay.printScore()
def enableTiming(self):
if config.BONUS_TIME_ALGORITHM == config.BONUS_TIME_ALGORITHM_OPTIONS.RANDOM: