diff --git a/60mpr5snmo.js b/60mpr5snmo.js index 6dc2551..da0fcbd 100644 --- a/60mpr5snmo.js +++ b/60mpr5snmo.js @@ -11,6 +11,9 @@ if (this.parentEntity === data.entity) { this.mouseUp = GameLib.EntityManager.Instance.findComponentById('abw1ga2etc'); this.mouseDown = GameLib.EntityManager.Instance.findComponentById('f3b90qedii'); this.mouseWheel = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo'); + this.mouseMove = GameLib.EntityManager.Instance.findComponentById('arswdj0syh'); + + this.cylinder = GameLib.EntityManager.Instance.findComponentById('xtnu5j78bq'); this.keyUp = GameLib.EntityManager.Instance.findComponentById('opxis1pjmo'); this.camera = GameLib.EntityManager.Instance.findComponentById('32sdim4koy'); @@ -29,6 +32,7 @@ if (this.parentEntity === data.entity) { this.mouseUp.entityLoaded = this; this.mouseDown.entityLoaded = this; this.mouseWheel.entityLoaded = this; + this.mouseMove.entityLoaded = this; } //@ sourceURL=entitySpoonLibLoaded.js \ No newline at end of file