remove soundboxing refs
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
<img id="noiseTexture" src="assets/img/noise.png">
|
||||
<img id="sparkImg" src="assets/img/spark.png">
|
||||
<img id="spark2Img" src="assets/img/spark2.png">
|
||||
<img id="soundboxingImg" src="assets/img/soundboxing.jpg">
|
||||
<img id="genresImg" src="assets/img/genres.png">
|
||||
<img id="tutorialImg" src="assets/img/tutorial.png">
|
||||
<img id="floorEnvImg" src="assets/img/floorenv.jpg">
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
</a-scene>
|
||||
|
||||
<img id="tutorial2d" data-src="assets/img/tutorial2d.png">
|
||||
<h1 id="loadingText2d" style="position: fixed; bottom: 10px; left: 0; right: 0; margin; 0 auto; text-transform: uppercase; color: #FAFAFA; text-align: center; font-family: monospace">Loading...</h1>
|
||||
<h1 id="loadingText2d" style="position: fixed; bottom: 10px; left: 0; right: 0; margin: 0 auto; text-transform: uppercase; color: #FAFAFA; text-align: center; font-family: monospace">Loading...</h1>
|
||||
<script>
|
||||
// Defer image so loading image loads first.
|
||||
const tutorial2d = document.getElementById('tutorial2d');
|
||||
|
||||
@@ -128,26 +128,6 @@
|
||||
|
||||
{{ searchResults() }}
|
||||
|
||||
<a-entity id="soundboxingLink"
|
||||
bind__visible="!menuSelectedChallenge.id && !isSearching && !genre"
|
||||
position="1.075 -0.492 0.01">
|
||||
<a-entity id="soundboxingButton"
|
||||
link="href: https://webvr.soundboxing.co/; on: click"
|
||||
geometry="primitive:plane; width: 0.38; height: 0.19;"
|
||||
material="shader: flat; src: #soundboxingImg"
|
||||
animation__mouseenter="property: object3D.position.z; from: 0.01; to: 0.03; startEvents: mouseenter; pauseEvents: mouseleave; easing: easeOutCubic; dur: 150"
|
||||
animation__mouseleave="property: object3D.position.z; from: 0.03; to: 0.01; startEvents: mouseleave; pauseEvents: mouseenter; easing: easeOutCubic; dur: 150"
|
||||
proxy-event__mouseenter="event: mouseenter; to: CHILDREN; as: show"
|
||||
proxy-event__mouseleave="event: mouseleave; to: CHILDREN; as: hide"
|
||||
bind-toggle__raycastable="menuActive && !menuSelectedChallenge.id && !isSearching && !genre">
|
||||
<a-entity id="soundboxing-popup"
|
||||
position="0 0.12 0.015"
|
||||
mixin="font"
|
||||
animation__show="property: components.text.material.uniforms.opacity.value; from: 0; to: 1; startEvents: show; dur: 100"
|
||||
animation__hide="property: components.text.material.uniforms.opacity.value; from: 1; to: 0; startEvents: hide; dur: 100"
|
||||
text="value: If you liked Super Saber,\nyou'll love Soundboxing!\nPlay it now instantly.; letterSpacing: 2; opacity: 0; baseline: bottom; width: 0.7; wrapCount: 28; align: center; color: #fa83d9;"></a-entity>
|
||||
</a-entity>
|
||||
</a-entity>
|
||||
</a-entity>
|
||||
|
||||
<a-entity id="menuDifficultiesGroup" position="-0.00391997028958635 0.18 0">
|
||||
|
||||
Reference in New Issue
Block a user