repo: janusweb action: commit revision: path_from: revision_from: 870a13e63c01f427585943f9e6413d4d7ce4b376: path_to: revision_to:
commit 870a13e63c01f427585943f9e6413d4d7ce4b376 Author: James BaicoianuDate: Tue Sep 3 16:34:27 2024 -0700 Remove extra remoteplayer head diff --git a/scripts/remoteplayer.js b/scripts/remoteplayer.js
--- a/scripts/remoteplayer.js
+++ b/scripts/remoteplayer.js
@@ -41,12 +41,14 @@ elation.component.add('engine.things.remoteplayer', function() {
'janus': this.janus,
'room': this.room
});
+/*
this.head = this.spawn('janusbase', this.properties.player_name + '_head', {
'position': [0,1.4,0],
'parent': this,
'janus': this.janus,
'room': this.room
});
+*/
/*
this.face = this.head.spawn('maskgenerator', this.properties.player_name + '_mask', {
'seed': this.properties.player_name,
-----END OF PAGE-----