Update: CC - Before Render - Moorcow (to6trvr3fj.js) 105 bytes modified

beta.r3js.org
-=yb4f310 2017-11-15 23:35:04 +01:00
parent 59db25c58c
commit 4b8ea8bbc8
1 changed files with 7 additions and 0 deletions

View File

@ -247,6 +247,13 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) {
// mesh.smokeParticleEngine = smokeParticleEngine;
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Burning'
}
);
var burningTreeParticleEngine = this.burningTreeParticleEngine.clone();
burningTreeParticleEngine.position = mesh.position.clone();
burningTreeParticleEngine.position.y += mesh.dimensions.y;