fdsafsdaf
This commit is contained in:
@@ -220,14 +220,14 @@ public class World : MonoBehaviour
|
||||
}
|
||||
}
|
||||
|
||||
//caves
|
||||
if((int)positionInWorld.y > 6 && (int)positionInWorld.y < height - 8)
|
||||
{
|
||||
if (noise.Get3DPerlin(positionInWorld, 0, 0.18f, 0.5f))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
// //caves
|
||||
// if((int)positionInWorld.y > 6 && (int)positionInWorld.y < height - 8)
|
||||
// {
|
||||
// if (noise.Get3DPerlin(positionInWorld, 0, 0.18f, 0.5f))
|
||||
// {
|
||||
// return 0;
|
||||
// }
|
||||
// }
|
||||
|
||||
return 4;
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 940041af630d8d944ac3b74467aa4ae7
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user