From 9c89b1eecbb3cc75abc5e80528e88bdd51b51f60 Mon Sep 17 00:00:00 2001 From: lengstrom Date: Sat, 26 Jul 2014 23:36:05 -0400 Subject: [PATCH] changed intervals between waves --- js/wavegen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/wavegen.js b/js/wavegen.js index 379926b..58dccb7 100644 --- a/js/wavegen.js +++ b/js/wavegen.js @@ -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;