update todo
This commit is contained in:
parent
1735b66436
commit
3104db32e2
|
@ -40,8 +40,8 @@ some more practical uses would be things like:
|
||||||
* implement Result return types on ::from functions so that 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 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
|
* 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 sprites, items etc. for deduplication
|
||||||
* dedupe functions for tiles, sprites, etc.
|
* global dedupe function and dedupe functions for sprites, items etc.
|
||||||
* tests for merge function
|
* tests for merge function
|
||||||
* all sprites from the merged game get placed in their respective game's Room 0
|
* all sprites from the merged game get placed in their respective game's Room 0
|
||||||
* exits in merged rooms do not work - the on-screen position is correct, but the room ID is wrong
|
* exits in merged rooms do not work - the on-screen position is correct, but the room ID is wrong
|
||||||
|
|
Loading…
Reference in New Issue