removed pixelSize statement

This commit is contained in:
Lily-129 2022-03-01 13:23:10 -05:00 committed by GitHub
parent 1022dfc41c
commit 81189df7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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