diff options
author | David Thompson <dthompson2@worcester.edu> | 2013-07-17 23:35:46 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2013-07-17 23:35:46 -0400 |
commit | 7ba4471b8e4e602531e29ec4717501aef81f95d3 (patch) | |
tree | c982b6302a56582962cfbc373feaf5b3bd7a2037 | |
parent | ae5214db37dbb2a762c2629a7fa4a01e808cadd1 (diff) |
Update TODO.
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -38,12 +38,10 @@ ** DONE Tilesets Break an image up into many small pieces. Useful for creating maps. -** TODO Animations +** DONE Animations Create a data type to represent an animated sequence of textures and/or texture regions. - (make-animation frame-duration frames) - ** TODO Tile maps - [ ] Create a generic tilemap module - [ ] Create a loader for Tiled .tmx map files. |