Updated random timer range
This commit is contained in:
2
game.py
2
game.py
@ -165,7 +165,7 @@ class Game(gameUtils.Game):
|
|||||||
|
|
||||||
# Start the timer
|
# Start the timer
|
||||||
self.timerStart = time.perf_counter()
|
self.timerStart = time.perf_counter()
|
||||||
self.timerLength = random.randint(5, 10)
|
self.timerLength = random.randint(7, 15)
|
||||||
|
|
||||||
def onEvent(self, event):
|
def onEvent(self, event):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user