Merge branch 'master' of http://github.com/teamsnowman/hextris
Conflicts: js/main.js
This commit is contained in:
commit
6ade58139f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue