From b761aebbf3d9b069f89b06ed0e5f40992c9357d0 Mon Sep 17 00:00:00 2001 From: FlorianBednarski <58268524+florianbednarski@users.noreply.github.com> Date: Sat, 7 Dec 2024 15:23:57 +1300 Subject: [PATCH] Update Level1.ts --- games/bricks-shape/src/scenes/Level1.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/bricks-shape/src/scenes/Level1.ts b/games/bricks-shape/src/scenes/Level1.ts index 476dfd6..47006f3 100644 --- a/games/bricks-shape/src/scenes/Level1.ts +++ b/games/bricks-shape/src/scenes/Level1.ts @@ -57,8 +57,8 @@ export class Level1 extends BaseBricksScene { }, }); tileBoxes.strokeRect( - TARGET_LEFT - BORDER / 2, - TARGET_TOP - BORDER / 2, + TARGET_LEFT - BORDER / 4, + TARGET_TOP - BORDER / 4, this.cols * TILE_SIZE + BORDER, this.rows * TILE_SIZE + BORDER, );