This commit is contained in:
Max Bradbury 2020-04-06 19:15:29 +01:00
parent 11a04fb18f
commit 730e253e03
1 changed files with 5 additions and 0 deletions

View File

@ -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.)