diff --git a/.helix/config.toml b/.helix/config.toml new file mode 100644 index 0000000..142137e --- /dev/null +++ b/.helix/config.toml @@ -0,0 +1,2 @@ +[editor] +atomic-save = false diff --git a/assets/icon.svg b/assets/icon.svg index bc69b4a..f5c53e1 100644 --- a/assets/icon.svg +++ b/assets/icon.svg @@ -8,7 +8,7 @@ height="1024" viewBox="0 0 1024 1024" sodipodi:docname="icon.svg" - inkscape:version="1.4.1 (93de688d07, 2025-03-30)" + inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)" inkscape:export-filename="icon.png" inkscape:export-xdpi="6" inkscape:export-ydpi="6" @@ -31,27 +31,6 @@ offset="0.64978778" id="stop6" /> - - - - - + gradientTransform="matrix(1.8693764,0,0,1.8693764,-444.14737,-443.64092)" /> - + style="opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient6);stroke-width:102.816;stroke-dasharray:none;stroke-opacity:1" + d="M 52.421015,51.407851 971.57897,970.56581 M 512.97333,52.887612 V 974.07196 M 52.421015,51.407851 H 971.57897 V 972.59214 H 52.421015 Z" /> diff --git a/icon.png b/icon.png deleted file mode 100644 index 0a1f35f..0000000 Binary files a/icon.png and /dev/null differ diff --git a/src/index.html b/src/index.html index 75f4430..f6f5917 100644 --- a/src/index.html +++ b/src/index.html @@ -84,7 +84,7 @@ SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH THE SANDWICH + style="position: absolute; height: calc(min(275px, 50vw) + var(--energy)); overflow: hidden;"> @@ -302,7 +302,7 @@ function drawCallback(instance, info) { - const energy = instance.getEnergy() * 256; + const energy = instance.getEnergy() * 150; document.documentElement.style.setProperty('--energy', energy + 'px'); }