reduced beginning speed

This commit is contained in:
lengstrom 2014-08-26 01:26:48 -04:00
parent e357e6665e
commit 45b52e09fc

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;