add fall.max_opacity, fall.opaque properties & update snow texture & weather mix test

This commit is contained in:
MihailRis
2025-02-26 06:24:05 +03:00
parent 18773b3230
commit 589518fb25
9 changed files with 57 additions and 21 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
"particles:rain_splash_1",
"particles:rain_splash_2"
]
}
},
"min_opacity": 0.8
},
"fog_opacity": 0.8,
"fog_dencity": 2.0,
+4 -1
View File
@@ -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,
Binary file not shown.

Before

Width:  |  Height:  |  Size: 716 B

After

Width:  |  Height:  |  Size: 5.7 KiB