Skip to content

Commit

Permalink
Make clear weather a bit quieter and remove noticeable bird song from…
Browse files Browse the repository at this point in the history
… the loop
  • Loading branch information
Fris0uman committed Oct 27, 2024
1 parent 8b54f30 commit 1a93e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_CLEAR",
"volume": 100,
"volume": 60,
"is_indoors": false,
"is_night": false,
"season": "spring",
Expand All @@ -13,7 +13,7 @@
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_CLEAR",
"volume": 100,
"volume": 60,
"is_indoors": false,
"is_night": false,
"season": "summer",
Expand All @@ -23,7 +23,7 @@
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_CLEAR",
"volume": 100,
"volume": 60,
"is_indoors": false,
"is_night": false,
"season": "winter",
Expand All @@ -33,7 +33,7 @@
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_CLEAR",
"volume": 100,
"volume": 60,
"is_indoors": false,
"is_night": false,
"season": "autumn",
Expand Down
Binary file not shown.

0 comments on commit 1a93e46

Please sign in to comment.