updated readme
This commit is contained in:
parent
f242a9b287
commit
44c5f40eb0
|
@ -40,19 +40,15 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
|
||||||
|
|
||||||
## to do
|
## to do
|
||||||
|
|
||||||
* write Bitsy data
|
* allow user to save output as image, or tweet it :) *user can currently right-click -> Save As but the 128x128 size is not great*
|
||||||
* rename save button ("write to game"?)
|
|
||||||
* allow user to save output as image, or tweet it :)
|
|
||||||
* create new tiles based on image
|
* create new tiles based on image
|
||||||
* only add unique new tiles
|
* only add unique new tiles
|
||||||
* implement slider (*always use existing tiles* -> *always create new tiles*) (representing 0-64 threshold for # of common pixels)
|
* implement slider (*always use existing tiles* -> *always create new tiles*) (representing 0-64 threshold for # of common pixels)
|
||||||
* move includes to subdirectory
|
|
||||||
* re-style the damn thing
|
* re-style the damn thing
|
||||||
* reorganise the page layout for a more logical workflow
|
* reorganise the page layout for a more logical workflow
|
||||||
* handle animated tiles?
|
* handle animated tiles?
|
||||||
* profile script performance and optimise where most needed
|
* 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
|
* make brightness slider trigger redraw every so often while being dragged, instead of waiting until drag stop
|
||||||
* add contact details and link to github
|
|
||||||
|
|
||||||
## could do
|
## could do
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue