Kicks are space only now.
This commit is contained in:
parent
a4005de0f0
commit
651059438c
@ -4,5 +4,5 @@ Use the arrow keys to spank the monkey.
|
||||
Left arrow for left speaker, down or up arrow for centered in both speakers, or right for the right speaker.
|
||||
Don't take too long, monkeys don't like to wait for their spankings.
|
||||
Along the way there will be distracting encouragements, so listen carefully.
|
||||
If ButtHead insults you, don't forget to kick him in the nads! Press space or control to kick him.
|
||||
If ButtHead insults you, don't forget to kick him in the nads! Press space to kick him.
|
||||
You have to be qujick though, or he'll get away.
|
||||
|
@ -95,7 +95,7 @@ def game(mode):
|
||||
if lose == True: continue
|
||||
taunt = monkey_taunt()
|
||||
timeOut = time.time()
|
||||
elif (event.key in [pygame.K_SPACE, pygame.K_LCTRL, pygame.K_RCTRL]) 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