From ed8e724328ff76c676fde3676f23a1b51f2229ec Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Mon, 28 May 2018 10:49:46 +0200 Subject: [PATCH] Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 4 bytes modified --- ff0fsum4zx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, {