Adjusted bonus timeout.

This commit is contained in:
Storm Dragon 2019-12-08 15:08:58 -05:00
parent c8e9033508
commit 67926c5abb

View File

@ -104,7 +104,7 @@ def game(mode):
k = pygame.mixer.Channel(0)
k.play(sounds['kick-hit'])
pygame.event.clear()
if time.time() - bonusTime > 0.85:
if time.time() - bonusTime > 0.83:
bonus = False
totalTime = time.time()
if int(time.time()) - encourage == 8: