diff --git a/gr0qs6v7dd.js b/gr0qs6v7dd.js index e33db53..546cf9a 100644 --- a/gr0qs6v7dd.js +++ b/gr0qs6v7dd.js @@ -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(); +}