6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
AFRAME.registerComponent('tutorial-2d', {
|
|
play: function () {
|
|
document.getElementById('tutorial2d').style.display = 'none';
|
|
}
|
|
});
|