removed pixelSize statement
This commit is contained in:
parent
1022dfc41c
commit
81189df7ab
|
|
@ -6,7 +6,6 @@ function increment(){
|
||||||
incrementt = incrementt % (Math.PI*8.8) + (Math.PI/30);
|
incrementt = incrementt % (Math.PI*8.8) + (Math.PI/30);
|
||||||
}
|
}
|
||||||
|
|
||||||
pixelSize = 30
|
|
||||||
function drawPixels(forceTick=false) {
|
function drawPixels(forceTick=false) {
|
||||||
// newCurrentPixels = shuffled currentPixels
|
// newCurrentPixels = shuffled currentPixels
|
||||||
var newCurrentPixels = currentPixels.slice();
|
var newCurrentPixels = currentPixels.slice();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue