From 7b00bed46a12145866433123a79816da6a1a6662 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Tue, 14 Apr 2020 00:41:28 +0100 Subject: [PATCH] update todo list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4f4f042..e3604df 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ some more practical uses would be things like: ## todo +* implement fonts!! +* 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 + ### tidy up * refactor the more shonky bits to idiomatic rust