From b9fbd05bc6e1b86ce4303df2ba54814f526ebcc7 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 6 Nov 2017 21:50:11 +0100 Subject: [PATCH] Update: CC - Mouse Move - Moorcow (fsilsam72g.js) 6 bytes modified --- fsilsam72g.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsilsam72g.js b/fsilsam72g.js index 4e287f4..d68dd79 100644 --- a/fsilsam72g.js +++ b/fsilsam72g.js @@ -3,7 +3,7 @@ var camera = GameLib.EntityManager.Instance.findComponentById('knwkksjc7n'); camera.lookAt.x = (-1 * (window.innerWidth / 2 - data.event.x)) * 0.025;//(window.clientWidth/ 2) + data.event.x; -camera.lookAt.y = ((window.innerHeight / 2 - data.event.y)) * 0.04; +camera.lookAt.y = (((window.innerHeight / 2 - data.event.y)) * 0.05) - 8; camera.updateInstance();