Blackthorn 2D -- Lisp Game Engine
API documentation
Package:
blackthorn
Class anim
Superclasses
common-lisp:standard-object
,
sb-pcl::slot-object
,
common-lisp:t
Documented Subclasses
None
Details
A manager class for a lists of
image
. Provides an
update
method for selecting the next image, and a
render
method for drawing the current image.
Multiple instances after the first with a given
name
share images.
See also
image
update
render
name