Added TODO
authorLukas Krickl <lukas@krickl.dev>
Thu, 7 Aug 2025 16:34:51 +0000 (18:34 +0200)
committerLukas Krickl <lukas@krickl.dev>
Thu, 7 Aug 2025 16:34:51 +0000 (18:34 +0200)
TODO.md

diff --git a/TODO.md b/TODO.md
index 287f3dc536c5f429fb7e26f9a3ec0af00facb8f0..f244614ac00b6dc2b46590d48de381ae78458297 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -37,6 +37,7 @@
 [x] Every map has an exit table
 [x] Tiles that are flagged as exit have all the rest of their flags point into the exit table
 [ ] Exits may be locked
+[ ] Add sprite based door animation that plays while the map is doing a prtial redraw
 [x] Doors may be opened and can unveil more of the map 
 [x] Implement partial map redraws. Allow queueing up a map redraw which then is processed over several frames. Allow setting a start address, tiles per row and rows to redraw.