This commit is contained in:
Max Bradbury 2020-04-30 20:53:27 +01:00
parent 87101064f0
commit 9aafea05a6
1 changed files with 0 additions and 3 deletions

View File

@ -58,10 +58,7 @@ some more practical uses would be things like:
* test for bitsy 7.0 and implement new features * test for bitsy 7.0 and implement new features
* titles can have multiple lines of dialog * titles can have multiple lines of dialog
* dialogue names
* implement Result return types on ::from functions so we can handle errors * implement Result return types on ::from functions so we can handle errors
* handle old out-of-bounds editor errors (extra image pixels, exits/endings with position -1,-0 etc.)
* it's ok if the output of these does not match the input as we're fixing it
* add Bitsy HD and Bitsy 7.0 test data * add Bitsy HD and Bitsy 7.0 test data
* fix variables/endings becoming "DLG DLG"? * fix variables/endings becoming "DLG DLG"?
* replace Image with Vec<u8> or something. seems like a pointless abstraction * replace Image with Vec<u8> or something. seems like a pointless abstraction