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

beta.r3js.org
-=yb4f310 2018-01-17 12:36:27 +01:00
parent 67693a3bd5
commit b95d1eb49f
1 changed files with 8 additions and 3 deletions

View File

@ -5,6 +5,9 @@ if (this.parentEntity === data.entity) {
this.beforeRender = GameLib.EntityManager.Instance.findComponentById('uou2i9be9r');
this.touchStart = GameLib.EntityManager.Instance.findComponentById('9m43m5angb');
this.touchMove = GameLib.EntityManager.Instance.findComponentById('ktf4wzckvh');
this.touchEnd = GameLib.EntityManager.Instance.findComponentById('r17o00dvgo');
@ -25,10 +28,12 @@ if (this.parentEntity === data.entity) {
this.camera2d = GameLib.EntityManager.Instance.findComponentById('majq7lytaz');
this.beforeRender.entityLoaded = this;
this.touchEnd.entityLoaded = this;
this.keyUp.entityLoaded = this;
this.touchStart.entityLoaded = this;
this.touchMove.entityLoaded = this;
this.touchEnd.entityLoaded = this;
this.mouseUp.entityLoaded = this;
this.mouseDown.entityLoaded = this;
this.mouseWheel.entityLoaded = this;