work in progress [might break]
This commit is contained in:
parent
244c350579
commit
0b609e271b
|
@ -0,0 +1,8 @@
|
||||||
|
AFRAME.registerComponent('xrshell', {
|
||||||
|
init: function ( ) {
|
||||||
|
|
||||||
|
console.log("this is the boot component which initializes other components")
|
||||||
|
|
||||||
|
},
|
||||||
|
|
||||||
|
});
|
Loading…
Reference in New Issue