summaryrefslogtreecommitdiffstats
path: root/js/mapspecs.js
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-08-18 17:45:59 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-08-18 17:45:59 -0700
commit0759852ab7a9af16e5f4c444ef5d1e0db6feabd3 (patch)
tree3d14988dee9ff20584ab5227cbdb81df3389b6e2 /js/mapspecs.js
parent6206e6f71133e1266275c7309134bb7f876ea85e (diff)
downloadpathery-0759852ab7a9af16e5f4c444ef5d1e0db6feabd3.tar.xz
The start on Multi-day maps and Dual Path mechanic
Halfway started both.
Diffstat (limited to 'js/mapspecs.js')
-rw-r--r--js/mapspecs.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/mapspecs.js b/js/mapspecs.js
index 87bc173..4d4acbe 100644
--- a/js/mapspecs.js
+++ b/js/mapspecs.js
@@ -284,7 +284,9 @@ function request_path_done() {
var disptext = "Record: "+JO.best+" by "+JO.bestby;
updateDsp(JO.mapid, 'dspID', disptext);
- animatePath(JO.path, JO.mapid, JO.start);
+ animatePath(JO.path1.path, JO.mapid, JO.path1.start);
+
+ animatePath(JO.path2.path, JO.mapid, JO.path2.start);
}
function decryptJSON(text) {