Fixed an error with order of events. Speed should be more accurately reported now.

This commit is contained in:
Storm Dragon 2019-12-06 09:27:29 -05:00
parent cf45a07176
commit e5759094e4

View File

@ -40,10 +40,10 @@ def game(mode):
pygame.mixer.music.pause()
encourage = int(time.time())
lose = False
cut_scene(sounds, 'start-game')
startTime = time.time()
totalTime = startTime
global spanks
cut_scene(sounds, 'start-game')
taunt = monkey_taunt()
timeOut = time.time()
while lose == False: