Update: CC - SpoonLib - Entity Loaded (60mpr5snmo.js) 119 bytes modified

beta.r3js.org
-=yb4f310 2018-01-16 14:00:00 +01:00
parent 63e4e28c44
commit 778c4c5fb6
1 changed files with 6 additions and 1 deletions

View File

@ -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