From 730e253e0315dfbde052d529391de0dec18bab8c Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 6 Apr 2020 19:15:29 +0100 Subject: [PATCH] todo --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1b9bc7c..742b20f 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,14 @@ a library for parsing Bitsy game data. ### tidy up split into multiple files + move tests to their own suite + migrate to idiomatic rust etc. +for consistency, `_from_string` functions should handle their own labels +e.g. "DLG SPR_1..." instead of just "SPR_1..." + ### documentation examples of use cases (dedupe tiles, merge games, etc.)