示例#1
0
    def _draw(self):
        """Draw the scroll.

        1. Draw the background and the sprites on the drawable image.  That's
           what Window._draw() does.
        2. Draw a part of the drawable image on the visible one.

        """
        WindowSprite._draw(self)
        self._drawVisiblePart()