mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add movement sound manager for water splashes and jump/land vocalizations
Implements water splash sounds (enter water + footsteps) with size-based intensity and jump/land vocalizations for all 16 race/gender combinations.
This commit is contained in:
parent
f1e7f75141
commit
1e23370c0e
3 changed files with 479 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ set(WOWEE_SOURCES
|
|||
src/audio/ui_sound_manager.cpp
|
||||
src/audio/combat_sound_manager.cpp
|
||||
src/audio/spell_sound_manager.cpp
|
||||
src/audio/movement_sound_manager.cpp
|
||||
|
||||
# Pipeline (asset loaders)
|
||||
src/pipeline/mpq_manager.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue