diff --git a/src/state/index.js b/src/state/index.js index edcd88b..65f1162 100644 --- a/src/state/index.js +++ b/src/state/index.js @@ -374,6 +374,11 @@ AFRAME.registerState({ state.isSongLoading = true; }, + tutorialopen: (state) => { + state.menuActive = false; + state.tutorialActive = true; + }, + 'enter-vr': (state) => { state.inVR = true; }, diff --git a/src/templates/menu.html b/src/templates/menu.html index 5ea8bb4..803cbc6 100644 --- a/src/templates/menu.html +++ b/src/templates/menu.html @@ -309,7 +309,7 @@ proxy-event__accept="event: superkeyboardinput; to: a-scene; as: keyboardclose"> - + - + + + + +