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

beta.r3js.org
-=yb4f310 2017-11-08 15:59:38 +01:00
parent d198f2c264
commit 9e1575d3da
1 changed files with 4 additions and 4 deletions

View File

@ -50,22 +50,22 @@ for (i = 1; i <= 10; i += 1) {
tempTree.position.x = Math.cos(i) * 50;
tempTree.position.z = -1 * Math.sin(i) * 60;
if (i === 3) {
if (i === 4) {
tempTree.position.x = -55.42;
tempTree.position.z = 12.01;
}
if (i === 4) {
if (i === 5) {
tempTree.position.x = 48.84;
tempTree.position.z = -13.59;
}
if (i === 7) {
if (i === 8) {
tempTree.position.x = 12.63;
tempTree.position.z = -77.27;
}
if (i === 9) {
if (i === 10) {
tempTree.position.z = -45.43;
}