module documentation

Contains the Sprite class, the base of all sprites on a stage, as well as several other specialized subclasses.

Class AnimatedSprite A convenience Sprite that can animate its costumes, assuming one frame per costume. Functions are provided for easy start and stop of the animation. This sprite inherits from Sprite and you can still move it and do any other Sprite actions.
Class Sprite No class docstring; 6/10 properties, 0/21 instance variable, 0/1 constant, 29/57 methods documented
Class TextSprite An extension of a Scratchy Sprite to display text dynamically. The text is rendered to a surface and stored as the one and only costume. This is a simple-to-use sprite on top of pygame.font.
Constant ALL_AROUND Undocumented
Constant DONT_ROTATE Undocumented
Constant LEFT_RIGHT Undocumented
Variable _idCounter Undocumented
ALL_AROUND: int =

Undocumented

Value
2
DONT_ROTATE: int =

Undocumented

Value
0
LEFT_RIGHT: int =

Undocumented

Value
1
_idCounter: int =

Undocumented