changed intervals between waves

This commit is contained in:
lengstrom 2014-07-26 23:36:05 -04:00
parent f9a85e489f
commit 9c89b1eecb

View file

@ -15,7 +15,7 @@ function blockDestroyed() {
function waveGen(hex) {
this.lastGen = 0;
this.last = 0;
this.nextGen = 3000;
this.nextGen = 2300;
this.start = 0;
this.colors = colors;
this.ct = 0;