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

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

View File

@ -108,17 +108,13 @@ R3.CustomCode.prototype.render = function(delta) {
this.totalTime -= delta;
this.secondCounter += delta;
if (this.secondCounter >= 0.5) {
this.secondCounter -= 0.5;
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'timer',
time : this.totalTime
}
)
}
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'timer',
time : this.totalTime
}
)
if (this.totalTime <= 0) {