reduced beginning speed
This commit is contained in:
parent
59425e2e6d
commit
1483e4f8d5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ function blockDestroyed() {
|
||||||
function waveGen(hex) {
|
function waveGen(hex) {
|
||||||
this.lastGen = 0;
|
this.lastGen = 0;
|
||||||
this.last = 0;
|
this.last = 0;
|
||||||
this.nextGen = 2200;
|
this.nextGen = 2400;
|
||||||
this.start = 0;
|
this.start = 0;
|
||||||
this.colors = colors;
|
this.colors = colors;
|
||||||
this.ct = 0;
|
this.ct = 0;
|
||||||
|
|
Loading…
Reference in a new issue