diff options
-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. |