This commit is contained in:
2020-06-24 12:39:26 +01:00
parent 58ffb92e52
commit 632aaff4b9
2 changed files with 6 additions and 2 deletions

View File

@@ -37,9 +37,11 @@ some more practical uses would be things like:
## todo
* implement Result return types on ::from functions so we can handle errors
* implement Result return types on ::from functions so that we can handle errors
* replace Image with Vec<u8> or something. seems like a pointless abstraction
* replace game avatar with helper functions to get and set the sprite with an ID of A
* implement PartialEq for tiles etc. for the sake of checking for duplicate tiles?
* dedupe functions for tiles, sprites, etc.
### tidy up