def __init__(self): """Initialize a new ScrollSprite.""" WindowSprite.__init__(self) self.big_image = None self.big_rect = pygame.Rect(0, 0, 0, 0) self.visible_rect = pygame.Rect(0, 0, 0, 0)