diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-31 16:53:44 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-31 16:53:44 -0400 |
| commit | 60e86d8be94281d06d5327d6dad46b98e5df6a62 (patch) | |
| tree | 1db6e900196f2f55fb86f1d913aca22d888da184 /public/assets/test | |
| parent | f599c7edf7e635241e839fc024e4016ae0dcc210 (diff) | |
enabling mobile routes
Diffstat (limited to 'public/assets/test')
| -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 ) |
