Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 202 bytes modified

beta.r3js.org
-=yb4f310 2018-03-23 09:09:51 +01:00
parent 813cdace37
commit 46a832bb9d
1 changed files with 10 additions and 0 deletions

View File

@ -1233,6 +1233,16 @@ GameLib.Event.Subscribe(
}.bind(this)
)
GameLib.Event.Subscribe(
GameLib.Event.PARTICLES_ZERO,
function(data) {
if (data.component === this.particleEnginePickle) {
this.particleEnginePickle.enabled = false;
}
}.bind(this)
)
GameLib.Event.Emit(GameLib.Event.GAME_LOADED);
//@ sourceURL=entityLoaded.js