tutorial on side

This commit is contained in:
Diego F. Goberna
2018-11-16 18:48:52 +01:00
parent 0ac494ed86
commit 2349dd90c7
3 changed files with 9 additions and 36 deletions

View File

@@ -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;
},