mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 13:35: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;
|
return fBound;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
Script.include("entityData.js");
|
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_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 BASKET_COLLIDER_URL = "http://hifi-content.s3.amazonaws.com/alan/dev/Trash-Can-4.obj";
|
||||||
//var successSound = SoundCache.getSound(Script.resolvePath("success48.wav"));
|
//var successSound = SoundCache.getSound(Script.resolvePath("success48.wav"));
|
||||||
|
@ -269,7 +272,7 @@ stepRaiseAboveHead.prototype = {
|
||||||
Script.clearInterval(this.checkIntervalID);
|
Script.clearInterval(this.checkIntervalID);
|
||||||
this.checkIntervalID = null;
|
this.checkIntervalID = null;
|
||||||
playSuccessSound();
|
playSuccessSound();
|
||||||
location = "/tutorial";
|
//location = "/tutorial";
|
||||||
onFinish();
|
onFinish();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -807,7 +810,8 @@ function startTutorial() {
|
||||||
new stepTeleport("teleport"),
|
new stepTeleport("teleport"),
|
||||||
new stepFinish("finish"),
|
new stepFinish("finish"),
|
||||||
]
|
]
|
||||||
location = "/tutorial_begin";
|
//location = "/tutorial_begin";
|
||||||
|
location = "/tutorial";
|
||||||
startNextStep();
|
startNextStep();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue