add wind fade in/out + add wire movement when is windy

This commit is contained in:
2026-04-21 15:16:30 +02:00
parent 9a26a4114b
commit f5a38bd8a0
11 changed files with 130 additions and 40 deletions

View File

@@ -109,3 +109,7 @@ global_rain_puddle_amount={
"type": "float",
"value": 0.0
}
global_wind_fade={
"type": "float",
"value": 1.2
}