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

beta.r3js.org
-=yb4f310 2017-11-08 14:24:43 +01:00
parent 0554a1c120
commit f85d1b9886
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ var scene = GameLib.EntityManager.Instance.findComponentById('lpdxa66480');
var i = 0;
var tempTree = null;
for (i = 0; i <= Math.PI / 2; i += 0.1) {
for (i = -(Math.PI / 4); i <= (Math.PI / 4); i += 0.1) {
tempTree = treeLarge.cloneInstance();
tempTree.position.x = Math.cos(i) * 100;
tempTree.position.z = Math.sin(i) * 100;