Skip to content

Commit

Permalink
Update Level1.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbednarski committed Dec 7, 2024
1 parent 9ed49a4 commit b761aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/bricks-shape/src/scenes/Level1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand Down

0 comments on commit b761aeb

Please sign in to comment.