Beispiel #1
0
 def __init__(self, pos, screen, animations):
     self.animations = animations
     self.aspeed = 0.5
     self.frame = 0
     self.image = animations['s']['looking'][0]
     self.rect = self.image.get_rect()
     Mob.__init__(self, pos, screen)