summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2013-07-17 23:35:46 -0400
committerDavid Thompson <dthompson2@worcester.edu>2013-07-17 23:35:46 -0400
commit7ba4471b8e4e602531e29ec4717501aef81f95d3 (patch)
treec982b6302a56582962cfbc373feaf5b3bd7a2037 /TODO
parentae5214db37dbb2a762c2629a7fa4a01e808cadd1 (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 3184300..8a8f931 100644
--- a/TODO
+++ b/TODO
@@ -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.