Fixed a syntax error.
This commit is contained in:
parent
651059438c
commit
766fb3dc2b
@ -95,7 +95,7 @@ def game(mode):
|
||||
if lose == True: continue
|
||||
taunt = monkey_taunt()
|
||||
timeOut = time.time()
|
||||
elif (event.key == [pygame.K_SPACE) and (bonus == True):
|
||||
elif (event.key == pygame.K_SPACE) and (bonus == True):
|
||||
bonus == False
|
||||
points += 100
|
||||
k = pygame.mixer.Channel(0)
|
||||
|
Loading…
Reference in New Issue
Block a user