Skip to content

Commit ab41fa0

Browse files
#
1 parent ca5b9ed commit ab41fa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

games/bricks-shape/src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ export const TILE_SIZE_BUILD = 110;
1313

1414
export const TARGET_LEFT = 40;
1515
export const TARGET_TOP = 100;
16-
export const BUILD_LEFT = 80;
17-
export const BUILD_TOP = 200;
16+
export const BUILD_LEFT = 8000;
17+
export const BUILD_TOP = 20000;
1818
export const BUILD_AREA_LEFT = TARGET_LEFT + 3 * TILE_SIZE_TARGET + 5;
19-
export const BUILD_AREA_TOP = TARGET_TOP - 10;
19+
export const BUILD_AREA_TOP = TARGET_TOP + 100;
2020

2121
export const WHITE = 0xffffff;
2222
export const BLACK_STRING = "#000000";

0 commit comments

Comments
 (0)