From b7ab268c486954657b32f7d5fb77fe0c56ca62f8 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:08:01 -0400 Subject: [PATCH] hotfix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index deaf7866..67c13993 100644 --- a/index.html +++ b/index.html @@ -4453,7 +4453,7 @@ color: ["#6b2e2e","#6b4f2e","#6b6b2e","#2e6b2e","#2e6b6b","#2e2e6b","#6b2e6b"], behavior: behaviors.WALL, tick: function(pixel) { - if (pixel.start-1 == pixelTicks) { + if (pixel.start-1 <= pixelTicks) { pixel.color = "hsl(" + (pixel.colorstart || pixel.start) + ",40%,30%)"; if (!pixel.colorstart) { pixel.colorstart = pixel.start;