Compare commits
5 Commits
055928eb7b
...
Refactor3
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e7d6eeaa5 | |||
| f6308110be | |||
| 2d73963aa0 | |||
| 6f8e00130c | |||
| b478b1e3ee |
@@ -1,7 +1,6 @@
|
|||||||
#! /usr/bin/env bash
|
#! /usr/bin/env bash
|
||||||
|
|
||||||
./build.sh
|
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
mkdir dist
|
mkdir dist
|
||||||
cp -r README.md LICENSE index.html script.js background.png pkg includes dist
|
cp -r README.md LICENSE index.html script.js pkg includes old dist
|
||||||
# butler push dist ruin/pixsy:html
|
butler push dist ruin/pixsy:html
|
||||||
|
|||||||
@@ -69,9 +69,9 @@ html(lang="en-gb")
|
|||||||
|
|
||||||
#new-palette(style="display: none;")
|
#new-palette(style="display: none;")
|
||||||
.half
|
.half
|
||||||
input#colour-background(type="color" value="#2f4ac9")
|
input#colour-background(type="color" value="#000000")
|
||||||
.half
|
.half
|
||||||
input#colour-foreground(type="color" value="#8798fe")
|
input#colour-foreground(type="color" value="#ffffff")
|
||||||
|
|
||||||
label
|
label
|
||||||
input#dither(type="checkbox" checked=true)
|
input#dither(type="checkbox" checked=true)
|
||||||
|
|||||||
@@ -261,8 +261,8 @@ async function run() {
|
|||||||
inputRoomName.value = "";
|
inputRoomName.value = "";
|
||||||
selectPalette.innerHTML = "";
|
selectPalette.innerHTML = "";
|
||||||
divNewPalette.style.display = "none";
|
divNewPalette.style.display = "none";
|
||||||
inputColourBackground.value = "#000";
|
inputColourBackground.value = "#000000";
|
||||||
inputColourForeground.value = "#fff";
|
inputColourForeground.value = "#ffffff";
|
||||||
checkboxDither.checked = true;
|
checkboxDither.checked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user