loading text bottom;

This commit is contained in:
Kevin Ngo
2018-12-11 02:46:37 -08:00
parent d2ede83cc7
commit 3a21b42c60
2 changed files with 2 additions and 0 deletions

View File

@@ -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';
}
});