Fixed an error with order of events. Speed should be more accurately reported now.
This commit is contained in:
parent
cf45a07176
commit
e5759094e4
@ -40,10 +40,10 @@ def game(mode):
|
|||||||
pygame.mixer.music.pause()
|
pygame.mixer.music.pause()
|
||||||
encourage = int(time.time())
|
encourage = int(time.time())
|
||||||
lose = False
|
lose = False
|
||||||
|
cut_scene(sounds, 'start-game')
|
||||||
startTime = time.time()
|
startTime = time.time()
|
||||||
totalTime = startTime
|
totalTime = startTime
|
||||||
global spanks
|
global spanks
|
||||||
cut_scene(sounds, 'start-game')
|
|
||||||
taunt = monkey_taunt()
|
taunt = monkey_taunt()
|
||||||
timeOut = time.time()
|
timeOut = time.time()
|
||||||
while lose == False:
|
while lose == False:
|
||||||
|
Loading…
Reference in New Issue
Block a user