Update: CC - Demo New - Entity Loaded (h4ri7b3n05.js) 180 bytes modified

beta.r3js.org
-=yb4f310 2018-02-12 12:01:36 +01:00
parent b0e5c80eff
commit 6cdfa37231
1 changed files with 8 additions and 4 deletions

View File

@ -2,11 +2,15 @@ if (this.parentEntity === data.entity) {
console.log('Entity FSDemo Loaded');
this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('jbs9yn11z7');
this.imageEarth = GameLib.EntityManager.Instance.findComponentById('kyqq6wa4uq');
this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('jbs9yn11z7');
this.imageEarth = GameLib.EntityManager.Instance.findComponentById('kyqq6wa4uq');
this.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz');
this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('194yv3pctj');
this.meshBox = GameLib.EntityManager.Instance.findComponentById('41cqu6d30r');
this.instancedGeometry = GameLib.EntityManager.Instance.findComponentById('logvvoozyc');
this.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz');
this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('194yv3pctj');
this.ccBeforeRender.entityLoaded = this;
this.ccKeyUp.entityLoaded = this;