summaryrefslogtreecommitdiff
path: root/2d/animation.scm
Commit message (Collapse)AuthorAgeFilesLines
* Rename guile-2d to Sly!David Thompson2014-06-281-119/+0
| | | | Massive find/replace job.
* Change license to GPLv3+.David Thompson2014-03-081-8/+8
|
* Clean up docstrings for animation module.David Thompson2013-09-151-9/+9
|
* 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