From 37dcb05ac5103669cfc61db120ee42856a84c1d3 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 10:56:33 +0100 Subject: [PATCH] Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 64 bytes modified --- uou2i9be9r.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uou2i9be9r.js b/uou2i9be9r.js index 1c67e4f..17da3e5 100644 --- a/uou2i9be9r.js +++ b/uou2i9be9r.js @@ -2,7 +2,7 @@ if (!this.entityLoaded) { return; } - +//this.initialized = false; if (!this.initialized) { this.camera = this.entityLoaded.camera; @@ -29,7 +29,9 @@ this.camera.lookAt.z = 0; this.camera.updateInstance('lookAt'); if (this.camera2dAnimation) { - this.camera2d.fov -= Math.cos(this.time) / 4; + + this.camera2d.fov -= Math.cos(this.time) / 5.5; + console.log(this.camera2d.fov); this.camera2d.updateInstance('fov'); if (this.camera2d.fov < 75) { this.camera2d.fov = 75;