Home | Trees | Index | Help |
---|
|
Method Summary | |
---|---|
| |
Return the animation sequence with the given name, or the default animation if no name is given. | |
has_animation(self,
animation_name)
| |
Return a single image that can be used as an icon for this category. | |
load_images(self)
|
Instance Variable Summary | |
---|---|
default_layer : The default layer for sprites in this category. | |
name : The name of this sprite category. |
Class Variable Summary | |
---|---|
bool |
images_loaded = False
|
Method Details |
---|
__init__(self,
name,
default_layer,
animations)
|
animation(self, name=None)
|
has_animation(self, animation_name) |
icon(self)
|
load_images(self) |
Instance Variable Details |
---|
default_layerThe default layer for sprites in this category. |
nameThe name of this sprite category. Every sprite category should have a different name. |
Class Variable Details |
---|
images_loaded
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Thu Sep 22 22:52:48 2005 | http://epydoc.sf.net |