Example #1
0
 def __init__(self, sprite_sheet, height, width, delay, speed):
     """delay is the time (in frames) spent on each image
     sprite_sheet is the filename of the sprites
     height, width are the dimensions of the sprite
     """
     
     AnimatedFacingSprite.__init__(self, sprite_sheet, height, width, delay, speed)