Conflicts:
	js/main.js
This commit is contained in:
garrettdreyfus 2014-05-24 15:51:03 -04:00
commit 6ade58139f

View file

@ -17,7 +17,7 @@ function Block(lane, color, iter, distFromHex, settled) {
this.ct = 0;
this.parentArr;
this.iter = iter;
this.initLen = 5;
this.initLen = 9;
if (distFromHex) {
this.distFromHex = distFromHex;