reduced beginning speed
This commit is contained in:
parent
e357e6665e
commit
45b52e09fc
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue