diff --git a/uchezypj8k.js b/uchezypj8k.js index 23c33a5..4497915 100644 --- a/uchezypj8k.js +++ b/uchezypj8k.js @@ -7,7 +7,8 @@ if (data.entity === this.parentEntity) { /** * Custom Code Components */ -this.beforeRender = GameLib.EntityManager.Instance.findComponentById('rlley2ki2i'); +this.beforeRender = GameLib.EntityManager.Instance.findComponentById('rlley2ki2i'); +this.mouseMove = GameLib.EntityManager.Instance.findComponentById('8nu6b5p9pb'); /** * Meshes @@ -18,6 +19,7 @@ this.snail = GameLib.EntityManager.Instance.findComponentById('dbpoic48wm'); /** * Activate our custom code components */ -this.beforeRender.entityLoaded = this; +this.beforeRender.entityLoaded = this; +this.mouseMove.entityLoaded = this; //@ sourceURL=entityLoaded.js \ No newline at end of file