diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index 7fac407..6425e96 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -41,7 +41,7 @@ this.playerRotation = { y : 0 }; -R3.CustomCode.TIME_LIMIT = 90; +R3.CustomCode.TIME_LIMIT = 45; this.balls = []; @@ -109,8 +109,8 @@ R3.CustomCode.prototype.render = function(delta) { this.totalTime -= delta; this.secondCounter += delta; - if (this.secondCounter >= 1) { - this.secondCounter -= 1; + if (this.secondCounter >= 0.5) { + this.secondCounter -= 0.5; R3.Event.Emit( R3.Event.GAME_DATA, {