diff --git a/index.html b/index.html index cc11a0b..21d4167 100644 --- a/index.html +++ b/index.html @@ -5234,4 +5234,4 @@ DLG ITM_0 You found a nice warm cup of tea VAR a -42

paste or upload your game data (or html) here

(maybe make a backup first)

image

palette

preview





output

\ No newline at end of file +42

paste or upload your game data (or html) here

(maybe make a backup first)

image

palette

preview

output



\ No newline at end of file diff --git a/index.pug b/index.pug index c2b3e24..87f3db2 100644 --- a/index.pug +++ b/index.pug @@ -60,16 +60,6 @@ html label(for="brightness") brightness - br - br - - label#never never - input#threshold(type="range" min=0 max=64 value=64) - label#always always - br - label(for="threshold") create new tiles - br - //- to do input#dithering(type="checkbox") label(for="dithering") dithering @@ -83,6 +73,13 @@ html canvas#room-output(width=128, height=128) + label#never never + input#threshold(type="range" min=0 max=64 value=64) + label#always always + br + label(for="threshold") create new tiles + br + input#roomName(type="text", placeholder="room name") button#save write to game data