This commit is contained in:
slweeb 2024-03-17 15:08:01 -04:00
parent fc63ee9002
commit b7ab268c48
1 changed files with 1 additions and 1 deletions

View File

@ -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;