From 3621ae0815424c84bce2e55d22d2d7a74057caa2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 23 Nov 2017 10:07:10 +0100 Subject: [PATCH] Update: CC - Moorcow Start Scene - Entity Loaded (mxrint4wnw.js) 22 bytes modified --- mxrint4wnw.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mxrint4wnw.js b/mxrint4wnw.js index 4a8b7f3..3a1da78 100644 --- a/mxrint4wnw.js +++ b/mxrint4wnw.js @@ -8,9 +8,12 @@ this.bottomBall = GameLib.EntityManager.Instance.findComponentById('796eyo44j8') this.text0 = GameLib.EntityManager.Instance.findComponentById('hzr8jx7485'); this.text1 = GameLib.EntityManager.Instance.findComponentById('rlx2sebygk'); -var burningAudio = GameLib.EntityManager.Instance.findComponentById('yuu5g9mq1x'); - -burningAudio.play(); +GameLib.Event.Emit( + GameLib.Event.PLAY_AUDIO, + { + name : 'Audio - Burning' + } +); this.beforeRender.entityLoaded = this; //@ sourceURL=CustomCode (mxrint4wnw).js \ No newline at end of file