work in progress [might break]

This commit is contained in:
Leon van Kammen 2023-11-11 12:56:29 +01:00
parent 244c350579
commit 0b609e271b
2 changed files with 8 additions and 0 deletions

8
com/xrsh.js Normal file
View File

@ -0,0 +1,8 @@
AFRAME.registerComponent('xrshell', {
init: function ( ) {
console.log("this is the boot component which initializes other components")
},
});