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
+1 -1
View File
@@ -210,7 +210,7 @@ void LevelScreen::update(float delta) {
hud->update(hudVisible);
decorator->update(
hud->isPause() ? 0.0f : delta, *camera, worldRenderer->weather
hud->isPause() ? 0.0f : delta, *camera, worldRenderer->weatherInstances.at(0)
);
}