mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 21:02:31 +00:00
Merge branch 'DaforLynx/water-splashes-tweak' into 'master'
Fix water splash volume/new sounds See merge request veloren/veloren!4649
This commit is contained in:
BIN
assets/voxygen/audio/sfx/footsteps/splash_big.ogg
(Stored with Git LFS)
BIN
assets/voxygen/audio/sfx/footsteps/splash_big.ogg
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/splash_medium.ogg
(Stored with Git LFS)
BIN
assets/voxygen/audio/sfx/footsteps/splash_medium.ogg
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/audio/sfx/footsteps/splash_small.ogg
(Stored with Git LFS)
BIN
assets/voxygen/audio/sfx/footsteps/splash_small.ogg
(Stored with Git LFS)
Binary file not shown.
@ -913,7 +913,7 @@ impl SfxMgr {
|
||||
(SfxEvent::SplashBig, (energy / 100.0).sqrt() + 0.5)
|
||||
};
|
||||
let sfx_trigger_item = triggers.get_key_value(&sfx);
|
||||
audio.emit_sfx(sfx_trigger_item, *pos, Some(volume.max(10.0)));
|
||||
audio.emit_sfx(sfx_trigger_item, *pos, Some(volume.min(2.0)));
|
||||
}
|
||||
},
|
||||
Outcome::ExpChange { .. } | Outcome::ComboChange { .. } => {},
|
||||
|
Reference in New Issue
Block a user