pointy top squares

This commit is contained in:
Gavin McDonald
2018-06-24 21:58:28 -04:00
parent 3830419b72
commit bf30d0d303
4 changed files with 14 additions and 14 deletions

View File

@@ -13,8 +13,8 @@ class Demo {
let tessellate = new Tessellate({
element: '#container',
board: Tessellate.BOARD_STYLES.HEX,
tile: Tessellate.TILE_STYLES.CIRCLE,
board: Tessellate.BOARD_STYLES.SQUARE,
tile: Tessellate.TILE_STYLES.SQUARE,
tap: this.onTap,
draw: this.draw,
pointyTop: false, //utils.random(1) ? true : false,