make sure Hex stuff still works

This commit is contained in:
Gavin McDonald
2018-06-24 14:58:31 -04:00
parent bf37910877
commit 3830419b72
4 changed files with 39 additions and 168 deletions

View File

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