pointy top squares
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user