diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-31 18:51:32 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-31 18:51:32 -0400 |
| commit | 22bf04c9b56fafadc3c3be54dceb6665243331cd (patch) | |
| tree | eb84826fa6cec2150415c1825280625ce12d10a9 /public/assets/test/intersect2.html | |
| parent | d94ab5ee18e321f28df32005add4c11946d5d922 (diff) | |
| parent | a12a4f48b75dd26075508b8b3f3953eea0649195 (diff) | |
merge
Diffstat (limited to 'public/assets/test/intersect2.html')
| -rw-r--r-- | public/assets/test/intersect2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/test/intersect2.html b/public/assets/test/intersect2.html index fade288..3df9f30 100644 --- a/public/assets/test/intersect2.html +++ b/public/assets/test/intersect2.html @@ -55,7 +55,7 @@ var rect_room = new Room({ id: "rect", rect: rect, height: 2 }) var east_room = new Room({ id: "east", rect: east, height: 2 }) var corner_room = new Room({ id: "corner", rect: corner, height: 2 }) var peninsula_room = new Room({ id: "peninsula", rect: peninsula, height: 3 }) -var peninsula2_room = new Room({ id: "peninsula2", rect: peninsula2, height: 3 }) +var peninsula2_room = new Room({ id: "peninsula2", rect: peninsula2, height: 1 }) Rooms.add( rect_room ) Rooms.add( east_room ) |
