handle avatar ordering; todo

This commit is contained in:
Max Bradbury 2020-04-18 13:59:48 +01:00
parent 2b8039d77d
commit 8fd091551e
1 changed files with 2 additions and 3 deletions

View File

@ -54,11 +54,10 @@ 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
* implement Result return types on ::from functions so we can handle errors * 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 * check multi-line endings/dialogues
* handle room wall array * handle room wall array
* 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
### tidy up ### tidy up