summaryrefslogtreecommitdiff
path: root/2d/animation.scm
Commit message (Collapse)AuthorAgeFilesLines
* 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