r3-custom-code/h4ri7b3n05.js

15 lines
537 B
JavaScript
Raw Normal View History

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.ccBeforeRender = GameLib.EntityManager.Instance.findComponentById('2xpawazgoz');
this.ccKeyUp = GameLib.EntityManager.Instance.findComponentById('194yv3pctj');
this.ccBeforeRender.entityLoaded = this;
this.ccKeyUp.entityLoaded = this;
}
//@ sourceURL=entiyuLoaded.js