diff --git a/fsilsam72g.js b/fsilsam72g.js index d68dd79..3e17c1a 100644 --- a/fsilsam72g.js +++ b/fsilsam72g.js @@ -7,4 +7,9 @@ camera.lookAt.y = (((window.innerHeight / 2 - data.event.y)) * 0.05) - 8; camera.updateInstance(); +var cursor = GameLib.EntityManager.Instance.findComponentById('oxpg88pgzv'); +cursor.position.x = (-1 * (window.innerWidth / 2 - data.event.x)) * 0.025; +cursor.position.y = (((window.innerHeight / 2 - data.event.y)) * 0.05); +cursor.updateInstance(); + //@ sourceURL=mouseMove.js \ No newline at end of file