bugs/to-do update

This commit is contained in:
synth-ruiner 2017-12-23 16:46:15 +00:00
parent fd2eef94d5
commit 7650ec3585
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
## bugs
* output seems to be offset by 1 tile? check whether iteration is from 0-15 or from 1-16
* output seems to be offset by 1 tile? check whether iteration is from 0-15 or from 1-16 (update: seems to go from 0-15 initially, then 0-16?)
## to do
@ -53,6 +53,7 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
* reorganise the page layout for a more logical workflow
* handle animated tiles?
* profile script performance and optimise where most needed
* make brightness slider trigger redraw every so often while being dragged, instead of waiting until drag stop
## could do