From: Lukas Krickl Date: Thu, 7 Aug 2025 16:34:51 +0000 (+0200) Subject: Added TODO X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=13d4c22b54cfcbd42775c3e4741c73af22fcf39b;p=gbrg%2F.git Added TODO --- diff --git a/TODO.md b/TODO.md index 287f3dc..f244614 100644 --- 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.