diff --git a/h4ri7b3n05.js b/h4ri7b3n05.js index f54d70f..51533e9 100644 --- a/h4ri7b3n05.js +++ b/h4ri7b3n05.js @@ -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 \ No newline at end of file