add snow preset

This commit is contained in:
MihailRis
2025-02-26 03:16:02 +03:00
parent 61a469aeb8
commit d7f20e7388
2 changed files with 16 additions and 5 deletions
+5 -5
View File
@@ -12,9 +12,9 @@
"particles:rain_splash_1",
"particles:rain_splash_2"
]
},
"fog_opacity": 0.8,
"fog_dencity": 2.0,
"clouds": 0.5
}
}
},
"fog_opacity": 0.8,
"fog_dencity": 2.0,
"clouds": 0.5
}
+11
View File
@@ -0,0 +1,11 @@
{
"fall": {
"vspeed": 0.75,
"hspeed": 0.5,
"texture": "misc/snow",
"scale": 0.35
},
"fog_opacity": 0.8,
"fog_dencity": 2.5,
"clouds": 0.5
}