From f3b72830889ef135d2e2dbbdc3b7352c8e152cec Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 16 Jan 2018 10:45:35 +0100 Subject: [PATCH] Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 17 bytes modified --- uou2i9be9r.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uou2i9be9r.js b/uou2i9be9r.js index c087f00..5d07758 100644 --- a/uou2i9be9r.js +++ b/uou2i9be9r.js @@ -24,7 +24,7 @@ this.camera.lookAt.z = 0; this.camera.updateInstance('lookAt'); if (this.camera2dAnimation) { - this.camera2d.fov -= 0.1; + this.camera2d.fov -= 0.2;//Math.sin(time); this.camera2d.updateInstance('fov'); if (this.camera2d.fov < 75) { this.camera2d.fov = 75;