diff --git a/78gnds8jrj.js b/78gnds8jrj.js index f3654aa..7094740 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -10,6 +10,9 @@ if (data.entity === this.parentEntity) { this.beforeRender = GameLib.EntityManager.Instance.findComponentById('94xi7aitax'); this.mouseMove = GameLib.EntityManager.Instance.findComponentById('jz3qg0174l'); this.mouseDown = GameLib.EntityManager.Instance.findComponentById('8dntnb01wu'); +this.mouseUp = GameLib.EntityManager.Instance.findComponentById('kx7drv1vqw'); +this.keyDown = GameLib.EntityManager.Instance.findComponentById('ramgcjepp5'); +this.keyUp = GameLib.EntityManager.Instance.findComponentById('4uie4sjqxd'); /** * Meshes @@ -59,5 +62,9 @@ this.sections.push({ */ this.beforeRender.entityLoaded = this; this.mouseMove.entityLoaded = this; +this.mouseDown.entityLoaded = this; +this.mouseUp.entityLoaded = this; +this.keyDown.entityLoaded = this; +this.keyUp.entityLoaded = this; //@ sourceURL=entityLoaded.js \ No newline at end of file