From 46a832bb9d11e7275201d09d90babb6e8e1317e0 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 23 Mar 2018 09:09:51 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 202 bytes modified --- 21g30t1e75.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index d930cf9..1c4ea7f 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -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 \ No newline at end of file