Update: CC - Entity Loaded - AR Football 3 (ff0fsum4zx.js) 4 bytes modified

beta.r3js.org
Theunis Johannes Botha 2018-05-28 10:49:46 +02:00
parent 46e706c413
commit ed8e724328
1 changed files with 3 additions and 3 deletions

View File

@ -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,
{