Temporarily disable begin area for tutorial

This commit is contained in:
Ryan Huffman 2016-09-14 10:15:09 -07:00
parent d8f7850976
commit 4adc83da84

View file

@ -25,8 +25,11 @@ if (!Function.prototype.bind) {
return fBound;
};
}
Script.include("entityData.js");
Script.include("viveHandsv2.js");
var BASKET_URL = "http://hifi-content.s3.amazonaws.com/alan/dev/Trach-Can-3.fbx";
var BASKET_COLLIDER_URL = "http://hifi-content.s3.amazonaws.com/alan/dev/Trash-Can-4.obj";
//var successSound = SoundCache.getSound(Script.resolvePath("success48.wav"));
@ -269,7 +272,7 @@ stepRaiseAboveHead.prototype = {
Script.clearInterval(this.checkIntervalID);
this.checkIntervalID = null;
playSuccessSound();
location = "/tutorial";
//location = "/tutorial";
onFinish();
}
}
@ -807,7 +810,8 @@ function startTutorial() {
new stepTeleport("teleport"),
new stepFinish("finish"),
]
location = "/tutorial_begin";
//location = "/tutorial_begin";
location = "/tutorial";
startNextStep();
}