nope, we are not rotating ;)

master
David Raison 2014-08-31 13:07:45 +02:00
parent 96117c3871
commit 9933e2f351
1 changed files with 2 additions and 0 deletions

View File

@ -122,6 +122,8 @@ class Avocado:
if self.hasLanded():
self.destroy()
# Ah, weird…
# self.image = pygame.transform.rotate(self.image, 1)
self.rect.x += self.vx
self.rect.y += self.vy
return True