From 81189df7ab07bea73dd289b57d3c5461dab9b1da Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Tue, 1 Mar 2022 13:23:10 -0500 Subject: [PATCH] removed pixelSize statement --- mods/acidtriangles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/acidtriangles.js b/mods/acidtriangles.js index d57bd152..46503ce3 100644 --- a/mods/acidtriangles.js +++ b/mods/acidtriangles.js @@ -6,7 +6,6 @@ function increment(){ incrementt = incrementt % (Math.PI*8.8) + (Math.PI/30); } -pixelSize = 30 function drawPixels(forceTick=false) { // newCurrentPixels = shuffled currentPixels var newCurrentPixels = currentPixels.slice();