Center non-negative, finite, boards (#14)

This commit is contained in:
gavin
2018-08-23 02:03:06 +00:00
committed by Gitea
parent 77993e41e8
commit 90cf1723a8
4 changed files with 30 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ export const BOARD_STYLES = {
export const FLAT = 'flat';
export const POINTY = 'pointy';
export const TILE_ORIENTATIONS = {
export const ORIENTATION_STYLES = {
FLAT,
POINTY,
};