Updated random timer range

This commit is contained in:
2025-07-06 20:07:03 +01:00
parent f625c80fd3
commit f36bce66e2

View File

@ -165,7 +165,7 @@ class Game(gameUtils.Game):
# Start the timer
self.timerStart = time.perf_counter()
self.timerLength = random.randint(5, 10)
self.timerLength = random.randint(7, 15)
def onEvent(self, event):
"""