noted missing background tile issue
This commit is contained in:
parent
1b6a5032fc
commit
673edd715d
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue