diff --git a/hv7vehw7se.js b/hv7vehw7se.js index e31cc8e..c79d508 100644 --- a/hv7vehw7se.js +++ b/hv7vehw7se.js @@ -1453,7 +1453,7 @@ for (var x = -50; x < 50; x += 20) { mesh.materials = [materialTreesAndRocks]; mesh.position.x = x; - mesh.position.z = z * Math.random() - 150; + mesh.position.z = z * Math.random() - 250; mesh.rotation.x = 0; mesh.rotation.y = Math.random() * 3; mesh.rotation.z = 0;