changed intervals between waves
This commit is contained in:
parent
f9a85e489f
commit
9c89b1eecb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue