diff --git a/hv7vehw7se.js b/hv7vehw7se.js index e725945..6dc065c 100644 --- a/hv7vehw7se.js +++ b/hv7vehw7se.js @@ -1428,6 +1428,16 @@ burningTreeParticleEngine.position.y += mesh.geometry.boundingBox.max.y + 5; burningTreeParticleEngine.updateInstance('position'); this.treeLarge.burningTreeParticleEngine = burningTreeParticleEngine; +this.treeSmall.visible = false; +this.treeSmall.updateInstance('visible'); + +this.treeMedium.visible = false; +this.treeMedium.updateInstance('visible'); + +this.treeLarge.visible = false; +this.treeLarge.updateInstance('visible'); + + GameLib.Event.Emit(GameLib.Event.GAME_LOADED); //@ sourceURL=entityLoaded.js \ No newline at end of file