fix weather interpolation & add 'fall.max_intensity' property
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
"particles:rain_splash_2"
|
||||
]
|
||||
},
|
||||
"min_opacity": 0.8
|
||||
"min_opacity": 0.8,
|
||||
"max_intensity": 0.5
|
||||
},
|
||||
"fog_opacity": 0.8,
|
||||
"fog_dencity": 2.0,
|
||||
"fog_opacity": 0.5,
|
||||
"fog_dencity": 1.7,
|
||||
"fog_curve": 0.5,
|
||||
"clouds": 0.5,
|
||||
"thunder_rate": 0.1
|
||||
"clouds": 0.9
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"fall": {
|
||||
"vspeed": 2.0,
|
||||
"texture": "misc/rain",
|
||||
"noise": "ambient/rain",
|
||||
"splash": {
|
||||
"lifetime": 0.2,
|
||||
"spawn_interval": 0.0,
|
||||
"size": [0.2, 0.2, 0.2],
|
||||
"frames": [
|
||||
"particles:rain_splash_0",
|
||||
"particles:rain_splash_1",
|
||||
"particles:rain_splash_2"
|
||||
]
|
||||
},
|
||||
"min_opacity": 0.8
|
||||
},
|
||||
"fog_opacity": 0.8,
|
||||
"fog_dencity": 2.0,
|
||||
"fog_curve": 0.5,
|
||||
"clouds": 0.7,
|
||||
"thunder_rate": 0.1
|
||||
}
|
||||
Reference in New Issue
Block a user