From 3a21b42c604edeb81bbad48c9b3fee5ffd6a241a Mon Sep 17 00:00:00 2001 From: Kevin Ngo Date: Tue, 11 Dec 2018 02:46:37 -0800 Subject: [PATCH] loading text bottom; --- src/components/tutorial-2d.js | 1 + src/index.html | 1 + 2 files changed, 2 insertions(+) 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...