documentation/plans

This commit is contained in:
synth-ruiner 2018-03-03 23:51:46 +00:00
parent c25653c4e2
commit ee6e88f136
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
* does not work on ipad (can't scroll to the right?) * does not work on ipad (can't scroll to the right?)
* possibly fixed; needs testing * possibly fixed; needs testing
* create tiles slider breaks onto 2 lines in some browsers?
## to do ## to do
@ -57,6 +58,8 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
* add up/down arrows to the brightness slider for incremental tweaks * add up/down arrows to the brightness slider for incremental tweaks
* add 'all-white' tile by default in case the game data doesn't have it? * add 'all-white' tile by default in case the game data doesn't have it?
* handle arbitrary animation frames (editor only supports 2 frames, but game data has no upper limit) * handle arbitrary animation frames (editor only supports 2 frames, but game data has no upper limit)
* list how many new tiles are being created
* combine preview and output
## could do ## could do