From 63e4e28c44d94090740193073309bdce0e131745 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 13:56:59 +0100 Subject: [PATCH] Update: CC - SpoonLib - Entity Loaded (60mpr5snmo.js) 367 bytes modified --- 60mpr5snmo.js | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/60mpr5snmo.js b/60mpr5snmo.js index 63ed34a..03f97a4 100644 --- a/60mpr5snmo.js +++ b/60mpr5snmo.js @@ -1,7 +1,12 @@ if (this.parentEntity === data.entity) { console.log('Entity SpoonLib Loaded'); - this.mouseMove = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r'); + this.beforeRender = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r'); + this.touchEnd = GameLib.EntityManager.Instance.findComponentById('r17o00dvgo'); + + this.mouseDown = GameLib.EntityManager.Instance.findComponentById('f3b90qedii'); + this.mouseWheel = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo'); + this.keyUp = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo'); this.camera = GameLib.EntityManager.Instance.findComponentById('32sdim4koy'); this.textCanvas = GameLib.EntityManager.Instance.findComponentById('c8tk5ha6nw'); @@ -11,8 +16,11 @@ if (this.parentEntity === data.entity) { this.camera2d = GameLib.EntityManager.Instance.findComponentById('majq7lytaz'); - this.mouseMove.entityLoaded = this; + this.beforeRender.entityLoaded = this; + this.mouseWheel.entityLoaded = this; + this.touchEnd.entityLoaded = this; this.keyUp.entityLoaded = this; + this.mouseDown.entityLoaded = this; } //@ sourceURL=entitySpoonLibLoaded.js \ No newline at end of file