From db49e4692d39483d1302554d83fa9901cc541ba2 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 27 Nov 2017 15:35:18 +0100 Subject: [PATCH] Update: CC - Entity Loaded - Moorcow (hv7vehw7se.js) 949 bytes modified --- hv7vehw7se.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/hv7vehw7se.js b/hv7vehw7se.js index b1284fe..5607e16 100644 --- a/hv7vehw7se.js +++ b/hv7vehw7se.js @@ -1420,6 +1420,24 @@ burningTreeParticleEngine.position.y += mesh.dimensions.y + 5; burningTreeParticleEngine.updateInstance('position'); mesh.burningTreeParticleEngine = burningTreeParticleEngine; +burningTreeParticleEngine = this.burningTreeParticleEngine.clone(); +burningTreeParticleEngine.position = mesh.position.clone(); +burningTreeParticleEngine.position.y += mesh.dimensions.y + 5; +burningTreeParticleEngine.updateInstance('position'); +this.treeSmall.burningTreeParticleEngine = burningTreeParticleEngine; + +burningTreeParticleEngine = this.burningTreeParticleEngine.clone(); +burningTreeParticleEngine.position = mesh.position.clone(); +burningTreeParticleEngine.position.y += mesh.dimensions.y + 5; +burningTreeParticleEngine.updateInstance('position'); +this.treeMedium.burningTreeParticleEngine = burningTreeParticleEngine; + +burningTreeParticleEngine = this.burningTreeParticleEngine.clone(); +burningTreeParticleEngine.position = mesh.position.clone(); +burningTreeParticleEngine.position.y += mesh.dimensions.y + 5; +burningTreeParticleEngine.updateInstance('position'); +this.treeLarge.burningTreeParticleEngine = burningTreeParticleEngine; + GameLib.Event.Emit(GameLib.Event.GAME_LOADED); //@ sourceURL=entityLoaded.js