From eccdca5c787bb3b033873370c4dcc3fea7d7e6cb Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 9 Mar 2018 14:55:00 +0100 Subject: [PATCH] Update: CC - SnailRunner - Entity Loaded (78gnds8jrj.js) 382 bytes modified --- 78gnds8jrj.js | 7 +++++++ 1 file changed, 7 insertions(+) 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