Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbednarski committed Dec 8, 2024
1 parent ca5b9ed commit ab41fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/bricks-shape/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export const TILE_SIZE_BUILD = 110;

export const TARGET_LEFT = 40;
export const TARGET_TOP = 100;
export const BUILD_LEFT = 80;
export const BUILD_TOP = 200;
export const BUILD_LEFT = 8000;
export const BUILD_TOP = 20000;
export const BUILD_AREA_LEFT = TARGET_LEFT + 3 * TILE_SIZE_TARGET + 5;
export const BUILD_AREA_TOP = TARGET_TOP - 10;
export const BUILD_AREA_TOP = TARGET_TOP + 100;

export const WHITE = 0xffffff;
export const BLACK_STRING = "#000000";
Expand Down

0 comments on commit ab41fa0

Please sign in to comment.