nope, we are not rotating ;)
parent
96117c3871
commit
9933e2f351
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue