From 778c4c5fb6f0352f2fd6135ab2e49b76d450ec4a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 14:00:00 +0100 Subject: [PATCH] Update: CC - SpoonLib - Entity Loaded (60mpr5snmo.js) 119 bytes modified --- 60mpr5snmo.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/60mpr5snmo.js b/60mpr5snmo.js index 03f97a4..c9e6616 100644 --- a/60mpr5snmo.js +++ b/60mpr5snmo.js @@ -4,6 +4,8 @@ if (this.parentEntity === data.entity) { this.beforeRender = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r'); this.touchEnd = GameLib.EntityManager.Instance.findComponentById('r17o00dvgo'); + + this.mouseUp = GameLib.EntityManager.Instance.findComponentById('abw1ga2etc'); this.mouseDown = GameLib.EntityManager.Instance.findComponentById('f3b90qedii'); this.mouseWheel = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo'); @@ -17,10 +19,13 @@ if (this.parentEntity === data.entity) { this.camera2d = GameLib.EntityManager.Instance.findComponentById('majq7lytaz'); this.beforeRender.entityLoaded = this; - this.mouseWheel.entityLoaded = this; + this.touchEnd.entityLoaded = this; this.keyUp.entityLoaded = this; + + this.mouseUp.entityLoaded = this; this.mouseDown.entityLoaded = this; + this.mouseWheel.entityLoaded = this; } //@ sourceURL=entitySpoonLibLoaded.js \ No newline at end of file