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();