From 16b603f9d837f4caf79cea8ed85d86bfa203fba1 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sun, 5 Apr 2020 20:25:50 +0100 Subject: [PATCH] update todo list --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3c3e402..2cf14e1 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ a library for parsing Bitsy game data. ## 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 * sprite from * sprite to