add fall.max_opacity, fall.opaque properties & update snow texture & weather mix test
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
"particles:rain_splash_1",
|
||||
"particles:rain_splash_2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"min_opacity": 0.8
|
||||
},
|
||||
"fog_opacity": 0.8,
|
||||
"fog_dencity": 2.0,
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"vspeed": 0.75,
|
||||
"hspeed": 0.5,
|
||||
"texture": "misc/snow",
|
||||
"scale": 0.35
|
||||
"scale": 0.35,
|
||||
"opaque": true,
|
||||
"min_opacity": 0.8,
|
||||
"max_opacity": 2.0
|
||||
},
|
||||
"fog_opacity": 0.8,
|
||||
"fog_dencity": 2.5,
|
||||
|
||||
Reference in New Issue
Block a user