summaryrefslogtreecommitdiff
path: root/2d/animation.scm
Commit message (Collapse)AuthorAgeFilesLines
* Clean up parameters referring to old type name.David Thompson2013-09-151-28/+27
|
* Add the playing flag back to animator objects.David Thompson2013-09-151-15/+13
|
* Change animation API.David Thompson2013-09-151-59/+70
| | | | | | | | This should have been broken into more commits, but here we are: Rename <animation-state> to <animator>. Better name, less verbose. Make animators mutable because it makes more sense than when animation-states where immutable. Update sprite module to reflect the animation API changes.
* Split sprite module into 3 modules.David Thompson2013-07-221-0/+111