Advertisement
OtsoSilver

Untitled

Sep 5th, 2021
1,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1.         if walrus.collidepoint(pos):
  2.             if walrus in animals:
  3.                 animal.image = 'hippo'
  4.             else:
  5.                 walrus.y = 205
  6.                 animate(walrus , tween='bounce_end', duration=0.5, y=200)
  7.                 if count >= 7000:
  8.                     count -= 7000
  9.                     animal.image = 'walrus'
  10.                     click = 4
  11.                     animals.append(walrus )
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement