work in progress [might break]
This commit is contained in:
parent
244c350579
commit
0b609e271b
2 changed files with 8 additions and 0 deletions
8
com/xrsh.js
Normal file
8
com/xrsh.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
AFRAME.registerComponent('xrshell', {
|
||||
init: function ( ) {
|
||||
|
||||
console.log("this is the boot component which initializes other components")
|
||||
|
||||
},
|
||||
|
||||
});
|
||||
Loading…
Add table
Reference in a new issue