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;