Skip to content

Commit

Permalink
fix: Fix gap between bricks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedvard committed Sep 12, 2022
1 parent 535e2c2 commit 752cd9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/level/level1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"s": [],
"b": [
{ "x": 272, "y": 220 },
{ "x": 304, "y": 220 },
{ "x": 336, "y": 220 },
{ "x": 368, "y": 220 },
{ "x": 400, "y": 220 },
{ "x": 432, "y": 220 },
{ "x": 464, "y": 220 },
{ "x": 496, "y": 220 },
{ "x": 464, "y": 300 },
{ "x": 303, "y": 220 },
{ "x": 334, "y": 220 },
{ "x": 365, "y": 220 },
{ "x": 396, "y": 220 },
{ "x": 427, "y": 220 },
{ "x": 458, "y": 220 },
{ "x": 489, "y": 220 },
{ "x": 456, "y": 300 },
{ "x": 304, "y": 300 }
],
"g": [{ "x": 368, "y": 700 }],
Expand Down

0 comments on commit 752cd9b

Please sign in to comment.