This commit is contained in:
Max Bradbury 2020-06-24 13:07:02 +01:00
parent 9e14109f9f
commit ec59246577
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ some more practical uses would be things like:
* replace game avatar with helper functions to get and set the sprite with an ID of A * 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? * implement PartialEq for tiles etc. for the sake of checking for duplicate tiles?
* dedupe functions for tiles, sprites, etc. * dedupe functions for tiles, sprites, etc.
* "get all tiles for room" function
### tidy up ### tidy up