diff --git a/tuby5lj4di.js b/tuby5lj4di.js index 7107df1..26d1432 100644 --- a/tuby5lj4di.js +++ b/tuby5lj4di.js @@ -46,11 +46,17 @@ this.textureWhite = GameLib.EntityManager.Instance.findComponentById('642tyh30 */ this.materialRawPhong = GameLib.EntityManager.Instance.findComponentById('r153c4450d'); +/** + * Mouse + */ +this.mouse = GameLib.EntityManager.Instance.findComponentById('znif4n23an'); + /** * Custom Code Components */ this.beforeRender = GameLib.EntityManager.Instance.findComponentById('wlw063ovw9'); this.keyUp = GameLib.EntityManager.Instance.findComponentById('ip0443a52d'); +this.mouseMove = GameLib.EntityManager.Instance.findComponentById('n9evs68jpd'); /** * Program parameters @@ -280,5 +286,6 @@ this.buildInstancedGeometry(0); this.beforeRender.entityLoaded = this; this.keyUp.entityLoaded = this; +this.mouseMove.entityLoaded = this; //@ sourceURL=entityLoaded.js \ No newline at end of file