diff --git a/60mpr5snmo.js b/60mpr5snmo.js index da0fcbd..a7d512c 100644 --- a/60mpr5snmo.js +++ b/60mpr5snmo.js @@ -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;