-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Line 152 in 965ca87
| for i in xrange(len(pigs)): #checks collisions of player against every pig BROKEN |
for pig in pigs:
pig
for i in range(len(pigs)):
pigs[i]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels