From 4adc83da84d92d1dd792959a80a1d64a79eed726 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 14 Sep 2016 10:15:09 -0700 Subject: [PATCH] Temporarily disable begin area for tutorial --- tutorial/tutorial.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tutorial/tutorial.js b/tutorial/tutorial.js index f2450ef2d1..5153070f44 100644 --- a/tutorial/tutorial.js +++ b/tutorial/tutorial.js @@ -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(); }