reduced beginning speed

This commit is contained in:
Logan Engstrom 2014-08-26 01:26:48 -04:00
parent 59425e2e6d
commit 1483e4f8d5

View file

@ -17,7 +17,7 @@ function blockDestroyed() {
function waveGen(hex) {
this.lastGen = 0;
this.last = 0;
this.nextGen = 2200;
this.nextGen = 2400;
this.start = 0;
this.colors = colors;
this.ct = 0;