Skip to content

Commit

Permalink
Fixed exit point of Underworld in 8-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirctseb committed Oct 16, 2013
1 parent 9496a7f commit 85693ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maps/World81.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ map.areas = [
pushPreThing(Brick, 96, 32, Coin);
fillPreThing(Brick, 24, 64, 10, 4, 8, 8);
fillPreThing(Brick, 104, 24, 2, 9, 8, 8);
pushPreThing(PipeSide, 104, 16, 3);
pushPreThing(PipeSide, 104, 16, 1);
pushPreThing(PipeVertical, 120, 100, 100);
})
];

0 comments on commit 85693ee

Please sign in to comment.