summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.