update todo list

This commit is contained in:
Max Bradbury 2020-04-14 00:41:28 +01:00
parent 5413be82bc
commit 7b00bed46a
1 changed files with 7 additions and 0 deletions

View File

@ -52,6 +52,13 @@ some more practical uses would be things like:
## todo ## todo
* implement fonts!!
* implement Result return types on ::from functions so we can handle errors
* output sprites/avatar in such a way that ordering is preserved
(avatar seems to be somewhere in the sprites,
after any numeric-ID sprites and before any alphabetic-ID sprites...)
* check multi-line endings/dialogues
### tidy up ### tidy up
* refactor the more shonky bits to idiomatic rust * refactor the more shonky bits to idiomatic rust