diff --git a/to6trvr3fj.js b/to6trvr3fj.js index 1b76070..673de5b 100644 --- a/to6trvr3fj.js +++ b/to6trvr3fj.js @@ -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;