Update: CC - Entity Loaded - Moorcow (gr0qs6v7dd.js) 459 bytes modified

beta.r3js.org
-=yb4f310 2017-11-08 13:43:24 +01:00
parent 86cc6b42c0
commit 5a85618b5f
1 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,18 @@ this.mouseDown.entityLoaded = this;
this.mouseMove = GameLib.EntityManager.Instance.findComponentById('fsilsam72g');
this.mouseMove.entityLoaded = this;
/**
* Plant all our trees
*/
var treeSmall = GameLib.EntityManager.Instance.findComponentById('ctofpaaxhc');
var treeMedium = GameLib.EntityManager.Instance.findComponentById('48l6qb40bl');
var treeLarge = GameLib.EntityManager.Instance.findComponentById('owjdksm134');
var scene = GameLib.EntityManager.Instance.findComponentById('lpdxa66480');
var i = 0;
var tempTree = null;
for (i = 0; i <= Math.PI / 2; i += 0.1) {
//tempTree = treeLarge.clone();
}