Bug in R.82:
The Array plugin is setting the depth equal to the height when calling SetSize.
In the method you can see that it reads:
this.arr[x][y].length = h;
instead of:
this.arr[x][y].length = d;
Develop games in your browser. Powerful, performant & highly capable.
Oops, thanks for the find. Fixed in next release.