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