summaryrefslogtreecommitdiff
path: root/2d/sprite.scm
Commit message (Expand)AuthorAgeFilesLines
* Add anchor property to sprite object.David Thompson2013-06-231-10/+21
* Use a vector for sprite scale.David Thompson2013-06-231-19/+11
* Use a vector for sprite position.David Thompson2013-06-231-13/+12
* Use keyword arguments in make-sprite and load-sprite.David Thompson2013-06-231-5/+7
* Add default sprite arguments to load-sprite.David Thompson2013-06-231-7/+9
* Fix sprite default scale values.David Thompson2013-06-161-1/+1
* Fix sprite comment.David Thompson2013-06-161-2/+2
* Add a make-sprite procedure with keyword arguments.David Thompson2013-06-161-2/+6
* Add color property to <sprite>.David Thompson2013-06-161-6/+11
* Add basic docstrings to sprite module.David Thompson2013-06-121-0/+3
* Add sprite module.David Thompson2013-06-121-0/+72