update todo list
This commit is contained in:
parent
04e9cc2b67
commit
16b603f9d8
|
@ -17,6 +17,12 @@ a library for parsing Bitsy game data.
|
||||||
|
|
||||||
## todo
|
## todo
|
||||||
|
|
||||||
|
### fix pixels
|
||||||
|
|
||||||
|
I made the assumption that a pixel is "0" or "1". nope.
|
||||||
|
it's an unsigned int and can point to whatever colour you like
|
||||||
|
as long as it exists in the palette.
|
||||||
|
|
||||||
### functions
|
### functions
|
||||||
* sprite from
|
* sprite from
|
||||||
* sprite to
|
* sprite to
|
||||||
|
|
Loading…
Reference in New Issue