Fixed a syntax error.

This commit is contained in:
Storm Dragon 2019-12-08 14:18:11 -05:00
parent 651059438c
commit 766fb3dc2b

View File

@ -95,7 +95,7 @@ def game(mode):
if lose == True: continue if lose == True: continue
taunt = monkey_taunt() taunt = monkey_taunt()
timeOut = time.time() timeOut = time.time()
elif (event.key == [pygame.K_SPACE) and (bonus == True): elif (event.key == pygame.K_SPACE) and (bonus == True):
bonus == False bonus == False
points += 100 points += 100
k = pygame.mixer.Channel(0) k = pygame.mixer.Channel(0)