replace tile ID with string

This commit is contained in:
2020-06-18 17:47:54 +01:00
parent bf5b3a8d20
commit 168f3559e0
4 changed files with 24 additions and 24 deletions

View File

@@ -58,7 +58,7 @@ some more practical uses would be things like:
* implement Result return types on ::from functions so we can handle errors
* replace Image with Vec<u8> or something. seems like a pointless abstraction
* convert integer IDs to strings and just use base36 when creating new IDs; test games with arbitrary IDs
* replace game avatar with a helper function to get the sprite with an ID of A
### tidy up