This commit is contained in:
Noah
2022-05-17 23:58:00 +02:00
parent 2eda55ad16
commit 856fe1e1c7
5 changed files with 84 additions and 3 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ public class World : MonoBehaviour
{
if (noise.Get3DPerlin(positionInWorld, 5, 0.28f, 0.65f))
{
return 2;
return 12;
}
}