mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Add begin step to tutorial
This commit is contained in:
parent
8a7f67c849
commit
7b881a6be0
1 changed files with 3 additions and 4 deletions
|
@ -244,11 +244,10 @@ function playFirecrackerSound(position) {
|
|||
// STEP: DISABLE CONTROLLERS //
|
||||
// //
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
var stepDisableControllers = function(name) {
|
||||
var stepStart = function(name) {
|
||||
this.tag = name;
|
||||
this.shouldLog = false;
|
||||
}
|
||||
stepDisableControllers.prototype = {
|
||||
stepStart.prototype = {
|
||||
start: function(onFinish) {
|
||||
disableEverything();
|
||||
|
||||
|
@ -1035,7 +1034,7 @@ TutorialManager = function() {
|
|||
currentStep = null;
|
||||
startedTutorialAt = Date.now();
|
||||
STEPS = [
|
||||
new stepDisableControllers("step0"),
|
||||
new stepStart("start"),
|
||||
new stepOrient("orient"),
|
||||
//new stepRaiseAboveHead("raiseHands"),
|
||||
new stepNearGrab("nearGrab"),
|
||||
|
|
Loading…
Reference in a new issue