This commit is contained in:
Starbeamrainbowlabs 2021-08-07 22:30:38 +01:00
parent 6f00394d3d
commit b131970f16
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function PerlinMT.new(seed, params)
engine = PerlinNoise({
offset = 0,
scale = 1,
spread = {x = 10, y = 10, z = 10},
spread = {x = 50, y = 50, z = 50},
seed = seed,
octaves = 1,
persistence = 0.63,