tutorial on side
This commit is contained in:
@@ -97,8 +97,7 @@ AFRAME.registerState({
|
||||
songNameTexts: '', // All names in search results merged together.
|
||||
songSubNameTexts: '' // All sub names in search results merged together.
|
||||
},
|
||||
searchResultsPage: [],
|
||||
tutorialActive: false
|
||||
searchResultsPage: []
|
||||
},
|
||||
|
||||
handlers: {
|
||||
@@ -382,16 +381,6 @@ AFRAME.registerState({
|
||||
state.isSongLoading = true;
|
||||
},
|
||||
|
||||
tutorialclose: (state) => {
|
||||
state.menuActive = true;
|
||||
state.tutorialActive = false;
|
||||
},
|
||||
|
||||
tutorialopen: (state) => {
|
||||
state.menuActive = false;
|
||||
state.tutorialActive = true;
|
||||
},
|
||||
|
||||
'enter-vr': (state) => {
|
||||
state.inVR = true;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user