I guess I didn't test before that last commit

This commit is contained in:
Gavin McDonald
2018-07-17 21:04:53 -04:00
parent 57ada13a8d
commit e4b9b87f44
6 changed files with 8 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ class Demo {
utils.random(Tessellate.TILE_STYLES),
utils.random(Tessellate.TILE_ORIENTATIONS),
));
console.log(this.map[this.map.length - 1]);
}
createTile(x, y, drawStyle, tileStyle, orientation) {