From ee6e88f13648c4972a0d6349f70f82f17f15a722 Mon Sep 17 00:00:00 2001 From: synth-ruiner Date: Sat, 3 Mar 2018 23:51:46 +0000 Subject: [PATCH] documentation/plans --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index b499e06..f5bcbf8 100644 --- a/readme.md +++ b/readme.md @@ -44,6 +44,7 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) { * does not work on ipad (can't scroll to the right?) * possibly fixed; needs testing +* create tiles slider breaks onto 2 lines in some browsers? ## to do @@ -57,6 +58,8 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) { * 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? * 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