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

beta.r3js.org
-=yb4f310 2018-02-12 09:17:51 +01:00
parent 90780357dc
commit 985d8123d5
1 changed files with 6 additions and 3 deletions

View File

@ -2,10 +2,13 @@ if (this.parentEntity === data.entity) {
console.log('Entity FSDemo Loaded');
this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('jbs9yn11z7');
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz')
this.imageSpoon = GameLib.EntityManager.Instance.findComponentById('jbs9yn11z7');
this.beforeRender.entityLoaded = this;
this.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz');
this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('194yv3pctj');
this.ccBeforeRender.entityLoaded = this;
this.ccKeyUp.entityLoaded = this;
}
//@ sourceURL=entiyuLoaded.js