diff --git a/78gnds8jrj.js b/78gnds8jrj.js index 85d82e3..b376fe1 100644 --- a/78gnds8jrj.js +++ b/78gnds8jrj.js @@ -177,6 +177,8 @@ GameLib.CustomCode.prototype.adjustSpeed = function(delta) { var pos = this.initialCameraPosition.lerp(this.maximumCameraPosition, this.speedPercentage); + console.log(this.speedPercentage); + this.camera.position.y = pos.y; this.camera.updateInstance('position');