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;