Update: CC - Mouse Move - Moorcow (fsilsam72g.js) 4 bytes modified

beta.r3js.org
-=yb4f310 2017-11-08 17:49:25 +01:00
parent e60b69bf0d
commit 622b149ba4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if (!this.entityLoaded) {
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.05) - 8;
camera.lookAt.y = (((window.innerHeight / 2 - data.event.y)) * 0.05);
camera.updateInstance();
var cursorCamera = GameLib.EntityManager.Instance.findComponentById('b78qx660fo');