fdsafsdaf

This commit is contained in:
brausjonas
2022-05-18 00:35:16 +02:00
parent db5d6eb781
commit b7f8a517ac
2 changed files with 8 additions and 15 deletions
+8 -8
View File
@@ -220,14 +220,14 @@ public class World : MonoBehaviour
} }
} }
//caves // //caves
if((int)positionInWorld.y > 6 && (int)positionInWorld.y < height - 8) // if((int)positionInWorld.y > 6 && (int)positionInWorld.y < height - 8)
{ // {
if (noise.Get3DPerlin(positionInWorld, 0, 0.18f, 0.5f)) // if (noise.Get3DPerlin(positionInWorld, 0, 0.18f, 0.5f))
{ // {
return 0; // return 0;
} // }
} // }
return 4; return 4;
} }
-7
View File
@@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 940041af630d8d944ac3b74467aa4ae7
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: