diff --git a/TODO.md b/TODO.md index 80dc915..6539412 100644 --- a/TODO.md +++ b/TODO.md @@ -2,26 +2,26 @@ ## Features -- Saving and loading games -- Character select -- Stats -- Better open / closed state graphics for rooms -- Displaying sprites (characters, objects) -- Inventory -- Room labels -- Background music -- Sound effects +- [ ] Saving and loading games +- [ ] Character select +- [ ] Stats +- [ ] Better open / closed state graphics for rooms +- [ ] Displaying sprites (characters, objects) +- [ ] Inventory +- [ ] Room labels +- [ ] Background music +- [ ] Sound effects ## Bugs -- Fix console rendering issues +- [ ] Fix console rendering issues ### Dialogue -- Text formatting -- Character profiles / speaker ID +- [ ] Text formatting +- [ ] Character profiles / speaker ID ## Code architecture -- Move dialogue- and option-drawing out of `Game.hx` -- Use domkit for dialogue +- [x] Move dialogue- and option-drawing out of `Game.hx` +- [x] Use domkit for dialogue