Files
junisaber/src/components/tutorial-2d.js

6 lines
138 B
JavaScript
Raw Normal View History

2018-11-16 16:57:29 +01:00
AFRAME.registerComponent('tutorial-2d', {
play: function () {
document.getElementById('tutorial2d').style.display = 'none';
}
});