From 8fd091551e3e05148c1bde0542d97f9bd48c999f Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 18 Apr 2020 13:59:48 +0100 Subject: [PATCH] handle avatar ordering; todo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6285e6..0245153 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,10 @@ some more practical uses would be things like: * test for bitsy 7.0 and implement new features * 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 * 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