Center non-negative, finite, boards (#14)
This commit is contained in:
@@ -4,7 +4,7 @@ const PRESS_RIPPLE = ONE_SECOND / 3;
|
||||
const DEFAULTS = {
|
||||
board: Tessellate.BOARD_STYLES.HEX,
|
||||
style: Tessellate.DRAW_STYLES.FILL,
|
||||
orientation: Tessellate.TILE_ORIENTATIONS.FLAT,
|
||||
orientation: Tessellate.ORIENTATION_STYLES.FLAT,
|
||||
tile: Tessellate.TILE_STYLES.HEX,
|
||||
};
|
||||
|
||||
@@ -107,7 +107,7 @@ class Demo {
|
||||
|
||||
drawStyle: Tessellate.DRAW_STYLES.FILL,
|
||||
tileStyle: Tessellate.TILE_STYLES.CIRCLE,
|
||||
orientation: Tessellate.TILE_ORIENTATIONS.FLAT,
|
||||
orientation: Tessellate.ORIENTATION_STYLES.FLAT,
|
||||
|
||||
red: 255,
|
||||
green: 127,
|
||||
|
||||
Reference in New Issue
Block a user