update todo

This commit is contained in:
Max Bradbury 2020-04-23 12:07:14 +01:00
parent 096eb39bf6
commit 1fb156d5b2
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ some more practical uses would be things like:
* it's ok if the output of these does not match the input as we're fixing it * it's ok if the output of these does not match the input as we're fixing it
* "unquote" function for dialogues, game title, anything else that supports """ * "unquote" function for dialogues, game title, anything else that supports """
* if old room format, export game in old room format * if old room format, export game in old room format
* make game version and room format option as old games didn't have them (1.0 / 0 can be inferred from this) * handle windows line endings (cr+lf) - https://crates.io/crates/loe
* add Bitsy HD and Bitsy 7.0 test data
### tidy up ### tidy up