todo
This commit is contained in:
parent
11a04fb18f
commit
730e253e03
|
@ -41,9 +41,14 @@ a library for parsing Bitsy game data.
|
||||||
### tidy up
|
### tidy up
|
||||||
|
|
||||||
split into multiple files
|
split into multiple files
|
||||||
|
|
||||||
move tests to their own suite
|
move tests to their own suite
|
||||||
|
|
||||||
migrate to idiomatic rust etc.
|
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
|
### documentation
|
||||||
|
|
||||||
examples of use cases (dedupe tiles, merge games, etc.)
|
examples of use cases (dedupe tiles, merge games, etc.)
|
||||||
|
|
Loading…
Reference in New Issue