diff --git a/src/index.html b/src/index.html index d6087e6..3eadd31 100644 --- a/src/index.html +++ b/src/index.html @@ -31,6 +31,7 @@ debug-song-time debug-state gpu-preloader + {% if DEBUG_INSPECTOR %}inspector="url: http://localhost:3333/dist/aframe-inspector.js"{% endif %} leaderboard="apiKey: AIzaSyBCnpzND3eN37CBSu1bSYfaKQoe6yD3SnY; authDomain: supersaberrr.firebaseapp.com; databaseURL: https://supersaberrr.firebaseio.com; projectId: supersaberrr; storageBucket: supersaberrr.appspot.com; messagingSenderId: 172125624222" loading-screen="backgroundColor: #000;" pool__beat-arrow-blue="mixin: arrowBlueBeat; size: 10; container: #beatContainer" diff --git a/src/templates/menu.html b/src/templates/menu.html index 10252bf..a5d6f53 100644 --- a/src/templates/menu.html +++ b/src/templates/menu.html @@ -111,15 +111,15 @@ id="menuBackground" bind-toggle__raycastable="menuActive || genreMenuOpen || isSearching" mixin="slice" - slice9="left: 70; width: 2.5; height: 1.55; opacity: 0.9" + slice9="left: 70; width: 2.9; height: 1.55; opacity: 0.9" position="0 0 -0.005"> + animation__menuleft="property: object3D.position.x; to: -0.79; dur: 200; easing: easeOutCubic; autoplay: false" + animation__menuright="property: object3D.position.x; from: -0.79; to: 0; dur: 200; easing: easeOutCubic; autoplay: false"> -