Guest User

Untitled

a guest
Jun 13th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. self.nbBird = 5
  2. self.birdTab=[]
  3. i=0
  4. while i<self.nbBird:
  5. self.birdTab.append({'y': 350, 'jump': 0, 'jumpspeed': 10, 'gravity': 5, 'dead': False, 'hitmask': pygame.Rect(65, 50, 50, 50), 'sprite':0})
  6. i+=1
Add Comment
Please, Sign In to add comment