From 9aafea05a6cc3d03d5ce91de93f08dae36cc5318 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Thu, 30 Apr 2020 20:53:27 +0100 Subject: [PATCH] done --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0c89034..c497f91 100644 --- a/README.md +++ b/README.md @@ -58,10 +58,7 @@ some more practical uses would be things like: * test for bitsy 7.0 and implement new features * titles can have multiple lines of dialog - * dialogue names * 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 * fix variables/endings becoming "DLG DLG"? * replace Image with Vec or something. seems like a pointless abstraction