noted missing background tile issue

This commit is contained in:
synth-ruiner 2017-12-24 12:43:48 +00:00
parent 1b6a5032fc
commit 673edd715d
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@ croppie.js:182 (mine)
if (src.match(/^(file|https)?:\/\/|^\/\//)) { 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 ## 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* * allow user to save output as image, or tweet it :) *user can currently right-click -> Save As but the 128x128 size is not great*