diff --git a/src/components/tutorial-2d.js b/src/components/tutorial-2d.js index a387d4e..57505a5 100644 --- a/src/components/tutorial-2d.js +++ b/src/components/tutorial-2d.js @@ -6,5 +6,6 @@ AFRAME.registerComponent('tutorial-2d', { play: function () { this.el.sceneEl.canvas.style.display = 'block'; document.getElementById('tutorial2d').style.display = 'none'; + document.getElementById('loadingText2d').style.display = 'none'; } }); diff --git a/src/index.html b/src/index.html index 676c28c..400cd9b 100644 --- a/src/index.html +++ b/src/index.html @@ -263,6 +263,7 @@ +

Loading...