mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
fix: cloud not spawning often enough if timeDelta > 1
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
"cumulus": {
|
||||
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 0.05,
|
||||
"baseScale": 2.0, "scaleVariance": 0.6,
|
||||
"altLow": 1080, "altHigh": 1800
|
||||
"altLow": 1080, "altHigh": 2400
|
||||
},
|
||||
"altocumulus": {
|
||||
"filename": "cloud_normal.png", "tw": 1024, "th": 512, "probability": 1.0,
|
||||
"baseScale": 1.0, "scaleVariance": 0.1,
|
||||
"altLow": 2600, "altHigh": 3400
|
||||
"altLow": 2600, "altHigh": 4800
|
||||
}
|
||||
},
|
||||
"atmoTurbidity": 3.5,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user