Skip to content

Commit

Permalink
fix: Reduce space between boxes to prevent player from pasing through
Browse files Browse the repository at this point in the history
  • Loading branch information
johnedvard committed Sep 13, 2022
1 parent 3302526 commit 6bee639
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/levels.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const level1 = {
b: [
{ x: 272, y: 220 },
{ 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 },
{ x: 333, y: 220 },
{ x: 363, y: 220 },
{ x: 393, y: 220 },
{ x: 423, y: 220 },
{ x: 453, y: 220 },
{ x: 483, y: 220 },
{ x: 453, y: 300 },
{ x: 303, y: 300 },
],
g: [{ x: 368, y: 700 }],
h: [
Expand All @@ -28,12 +28,12 @@ const level2 = {
b: [
{ x: 400, y: 220 },
{ x: 272, y: 380 },
{ x: 304, y: 380 },
{ x: 336, y: 380 },
{ x: 368, y: 380 },
{ x: 302, y: 380 },
{ x: 332, y: 380 },
{ x: 362, y: 380 },
{ x: 432, y: 380 },
{ x: 464, y: 380 },
{ x: 496, y: 380 },
{ x: 462, y: 380 },
{ x: 492, y: 380 },
],
g: [{ x: 368, y: 250 }],
h: [
Expand Down

0 comments on commit 6bee639

Please sign in to comment.