diff --git a/hv7vehw7se.js b/hv7vehw7se.js index db164f7..254ce2c 100644 --- a/hv7vehw7se.js +++ b/hv7vehw7se.js @@ -1434,12 +1434,15 @@ for (var x = -200; x < 200; x += 10) { if (random === 1) { mesh = treeSmall.clone(); + mesh.position.y = -14.19; } if (random === 2) { mesh = treeMedium.clone(); + mesh.position.y = -10.26; } if (random === 3) { mesh = treeLarge.clone(); + mesh.position.y = 4.43; } material = materialTreesAndRocks.clone();