add threshold slider
remove initial palettes as we're generating these programattically now
This commit is contained in:
parent
e9a0ece5eb
commit
43c7f7eeb4
21
index.pug
21
index.pug
|
@ -36,17 +36,6 @@ html
|
||||||
form#palettes
|
form#palettes
|
||||||
table
|
table
|
||||||
tbody
|
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
|
#crop.section
|
||||||
h2 preview
|
h2 preview
|
||||||
|
@ -70,9 +59,15 @@ html
|
||||||
|
|
||||||
canvas#output(width=128, height=128)
|
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
|
br
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue