Skip to content

Commit

Permalink
beginning work on level2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Applegate committed Dec 1, 2012
1 parent 66adc92 commit 5294704
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions public/data/level02.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"scale": 32,
"tickFrequency": 100
},
"WallEntity": [
{ "x": 1.17, "y": 10 },
{ "x": 30.83, "y": 10}
],
"GroundEntity": [
{ "width": 0, "x": 0, "y": 0 }
],
Expand All @@ -22,9 +26,9 @@
{ "name": "door1", "x": 12, "y": 12.3, "height": 3.3 }
],
"PlateEntity": [
{ "x": 15, "y": 13.8, "$target": "none" }
{ "width": 3, "x": 10, "y": 13.12, "$target": "door1" }
],
"GoalEntity": {
"x": 20, "y": 20
"x": 12, "y": 10
}
}

0 comments on commit 5294704

Please sign in to comment.