fixes for pointy-top square boards

This commit is contained in:
Gavin McDonald
2018-07-05 21:37:56 -04:00
parent fbd4805970
commit eb04c3f0eb
4 changed files with 120 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ class Demo {
tile: Tessellate.TILE_STYLES.SQUARE,
tap: this.onTap,
draw: this.draw,
pointyTop: false, //utils.random(1) ? true : false,
pointyTop: true, //utils.random(1) ? true : false,
});
this.circle = new DrawCircle();