mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2024-12-28 20:00:41 +01:00
Decrease variations of parameter m
This commit is contained in:
parent
3ccb6932ad
commit
1b96f52e47
@ -148,12 +148,12 @@ params_K = {
|
||||
|
||||
params_m = {
|
||||
"offset" : m,
|
||||
"vscale" : m*0.5,
|
||||
"vscale" : m*0.2,
|
||||
"scale" : 400,
|
||||
"octaves" : 1,
|
||||
"persistence" : 0.5,
|
||||
"lacunarity" : 2,
|
||||
"log" : True,
|
||||
"log" : False,
|
||||
}
|
||||
|
||||
if sea_level_variations != 0.0:
|
||||
|
Loading…
Reference in New Issue
Block a user