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

beta.r3js.org
Theunis Johannes Botha 2018-05-28 10:52:29 +02:00
parent e1826550aa
commit 5ae41e0fc2
1 changed files with 1 additions and 2 deletions

View File

@ -111,12 +111,11 @@ R3.CustomCode.prototype.render = function(delta) {
this.secondCounter += delta;
if (this.secondCounter >= 0.5) {
this.secondCounter -= 0.5;
console.log(this.totalTime);
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'timer',
time : Math.round(this.totalTime)
time : this.totalTime
}
)
}