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

beta.r3js.org
Theunis Johannes Botha 2018-05-25 08:46:47 +02:00
parent 208b87eda6
commit 3d8b1a3033
1 changed files with 14 additions and 0 deletions

View File

@ -136,6 +136,13 @@ R3.CustomCode.prototype.render = function(delta) {
name : 'Audio - Crowd Cheer'
}
);
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'score',
goal : 'left'
}
);
}
}
@ -150,6 +157,13 @@ R3.CustomCode.prototype.render = function(delta) {
name : 'Audio - Crowd Cheer'
}
);
R3.Event.Emit(
R3.Event.GAME_DATA,
{
type : 'score',
goal : 'right'
}
);
}
}