This commit is contained in:
Max Bradbury 2020-04-08 07:55:50 +01:00
parent c00f9aefcf
commit 4621ea3742
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ migrate to idiomatic rust etc.
for consistency, `_from_string` functions should handle their own labels for consistency, `_from_string` functions should handle their own labels
e.g. "DLG SPR_1..." instead of just "SPR_1..." e.g. "DLG SPR_1..." instead of just "SPR_1..."
replace huge inline strings with `include_str!()`
### documentation ### documentation
examples of use cases (dedupe tiles, merge games, etc.) examples of use cases (dedupe tiles, merge games, etc.)