Skip to content

Commit

Permalink
<cough>Level5<cough>
Browse files Browse the repository at this point in the history
  • Loading branch information
hobnob committed Nov 28, 2012
1 parent 8e20d93 commit 31cc5ac
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/levels/level_4.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{"type":"stats","clonePar":2,"timePar":15,"lastLevel":true},
{"type":"stats","clonePar":2,"timePar":15},
{"type":"wall","x":0,"y":680,"repeat-x":2},
{"type":"player","x":150,"y": 550},
{"type":"lever","x":350,"y": 641,"outputs":[
Expand Down
21 changes: 21 additions & 0 deletions js/lib/levels/level_5.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[
{"type":"stats","clonePar":1,"timePar":20,"lastLevel":true},
{"type":"wall","x":0,"y":680,"repeat-x":2},
{"type":"player","x":50,"y": 550},
{"type":"platform", "x": 150, "y": 520,"width":250,"height":26},
{"type":"orGate","x":0,"y":0,"outputs":[
{"type":"door", "x":150,"y":68},
{"type":"door", "x":315,"y":68}
],"inputs":[
{"type":"lever","x":450,"y": 641},
{"type":"lever","x":800,"y": 641,"outputs":[
{"type":"door", "x":900,"y":218},
{"type":"orGate","x":0,"y":0,"outputs":[
{"type":"door", "x":600,"y":218}
],"inputs":[
{"type":"lever","x":235,"y": 492}
]}
]}
]},
{"type":"goal","x":1090,"y":540}
]

0 comments on commit 31cc5ac

Please sign in to comment.