add threshold slider

remove initial palettes as we're generating these programattically now
This commit is contained in:
synth-ruiner 2017-12-22 19:46:19 +00:00
parent e9a0ece5eb
commit 43c7f7eeb4
1 changed files with 8 additions and 13 deletions

View File

@ -36,17 +36,6 @@ html
form#palettes
table
tbody
tr.palette
td
input(type="radio" name="palette" checked)
td
label Palette 0
td
input(type="color" name="background" value="#3e2b20")
td
input(type="color" name="tile" value="#d07038")
td
input(type="color" name="sprite" value="#e55c44")
#crop.section
h2 preview
@ -70,9 +59,15 @@ html
canvas#output(width=128, height=128)
input#roomName(placeholder="room name")
input#threshold(type="range" min=0 max=64)
br
label(for="threshold")
span.left use existing tiles
span.right create new tiles
//-input(type="slider")
br
input#roomName(placeholder="room name")
br