From 673edd715d8e5f2e32ed75c6b7287940f0b32e75 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sun, 24 Dec 2017 12:43:48 +0000 Subject: [PATCH] noted missing background tile issue --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 352fd84..c25fad5 100644 --- a/readme.md +++ b/readme.md @@ -38,6 +38,12 @@ croppie.js:182 (mine) if (src.match(/^(file|https)?:\/\/|^\/\//)) { ``` +## known bugs + +* tile 0 (background colour only) is an implicit tile in Bitsy- it's not stored in the game data. so this tool ignores it. oops!! + * when importing game data, create a version of this + * when writing game data, don't write the 0 tile + ## to do * allow user to save output as image, or tweet it :) *user can currently right-click -> Save As but the 128x128 size is not great*