mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 05:24:06 +02:00
Temporarily disable begin area for tutorial
This commit is contained in:
parent
d8f7850976
commit
4adc83da84
1 changed files with 6 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue