mirror of
https://gitlab.com/gaelysam/mapgen_rivers.git
synced 2025-07-17 16:00:32 +02:00
Decrease variations of parameter m
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user