feat: add better ambience sound

This commit is contained in:
2026-06-02 02:44:44 -03:00
parent 8c4080f10c
commit a0ee50703c
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -99,7 +99,7 @@ export default function Fear() {
<AmbientSound
key="ambient-1"
url='fear/snd/ambience.mp3'
volume={isRustActive ? 0 : 1}
volume={isRustActive ? 0 : 0.5}
/>
<AmbientSound