Update: CC - SpoonLib - Entity Loaded (60mpr5snmo.js) 203 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 14:08:48 +01:00
parent 187a2e8eb4
commit 170faf67f2
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,9 @@ if (this.parentEntity === data.entity) {
this.mouseUp = GameLib.EntityManager.Instance.findComponentById('abw1ga2etc');
this.mouseDown = GameLib.EntityManager.Instance.findComponentById('f3b90qedii');
this.mouseWheel = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo');
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('arswdj0syh');
this.cylinder = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq');
this.keyUp = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo');
this.camera = GameLib.EntityManager.Instance.findComponentById('32sdim4koy');
@ -29,6 +32,7 @@ if (this.parentEntity === data.entity) {
this.mouseUp.entityLoaded = this;
this.mouseDown.entityLoaded = this;
this.mouseWheel.entityLoaded = this;
this.mouseMove.entityLoaded = this;
}
//@ sourceURL=entitySpoonLibLoaded.js