You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
197 B
6 lines
197 B
export const ROW = 1; //0
|
|
export const COL = 1;
|
|
export const TILE_SIZE = 125; //80
|
|
export const TILE_SPACING = 10; //8
|
|
export const TWEEN_DURATION = 100;
|
|
export const LOCAL_STORAGE_NAME = "L2048";
|
|
|