Update: CC - Entity Loaded - Moorcow (hv7vehw7se.js) 228 bytes modified

beta.r3js.org
-=yb4f310 2018-03-07 07:30:06 +01:00
parent 12428a5d14
commit 95107d329f
1 changed files with 10 additions and 0 deletions

View File

@ -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