Adjust the terrain scale to be much larger

This commit is contained in:
Marc Di Luzio 2020-07-25 23:39:32 +01:00
parent 113090fbcb
commit 6891ec8439

View file

@ -33,7 +33,7 @@ func NewNoiseWorldGen(seed int64) WorldGen {
}
const (
terrainNoiseScale = 6
terrainNoiseScale = 15
rockNoiseScale = 3
)