noted colour input issue

This commit is contained in:
synth-ruiner 2017-12-24 20:09:27 +00:00
parent 648143b7a0
commit b27632b6a3
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ if (src.match(/^(file|https)?:\/\/|^\/\//)) {
## known bugs ## known bugs
* keyup on game data input sets palette to pal 0 even if game data has not changed * keyup on game data input sets palette to pal 0 even if game data has not changed
* changing the colour of a different palette will change the current palette
## to do ## to do