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 1a28626 commit ca5b9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/bricks-shape/src/scenes/Level1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ export class Level1 extends BaseBricksScene {

private buildTileXOffsets = [
TILE_SIZE_BUILD,
1 * TILE_SIZE_BUILD,
2 * TILE_SIZE_BUILD,
3 * TILE_SIZE_BUILD,
4 * TILE_SIZE_BUILD,
5 * TILE_SIZE_BUILD,
6 * TILE_SIZE_BUILD,
];
private buildTileYOffsets = [10, 20, 30, 40, 50, 60];
private BuildTiles: Phaser.GameObjects.GameObject[] = [];
Expand Down

0 comments on commit ca5b9ed

Please sign in to comment.