Add zombie_growl sounds (CC0) by Under7dude...

- https://freesound.org/s/163440/
- https://freesound.org/s/163444/
- https://freesound.org/s/163445/
This commit is contained in:
Jordan Irwin 2021-08-22 12:37:19 -07:00
parent e4dac4a2be
commit b589ea8dd5
10 changed files with 18 additions and 2 deletions

View File

@ -8,4 +8,3 @@ TODO:
- fix wrong sound selected when changing groups (example: select #2, switch to group with one sound, switch to group with two sounds, press play)
- add sounds from:
- cmer
- cmer_zombie

View File

@ -23,6 +23,7 @@ next
- melee_hit
- plasma_shot
- scrape
- zombie_growl
v1.9

View File

@ -34,6 +34,16 @@ sounds.zombie_death = iSoundGroup({
"zombie_death",
})
--- @sndgroup sounds.zombie_growl
-- @snd zombie_growl_01
-- @snd zombie_growl_02
-- @snd zombie_growl_03
sounds.zombie_growl = iSoundGroup({
"zombie_growl_01",
"zombie_growl_02",
"zombie_growl_03",
})
--- <br>
--
-- Includes:
@ -43,7 +53,7 @@ sounds.zombie_death = iSoundGroup({
-- - `sounds.zombie_death`
--
-- @sndgroup sounds.undead
sounds.undead = sounds.skeleton + sounds.undead_moan + sounds.zombie_death
sounds.undead = sounds.skeleton + sounds.undead_moan + sounds.zombie_death + sounds.zombie_growl

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -196,6 +196,9 @@
| [zebra][] | Peet J van Eeden | CC BY | |
| [zipper][] | AntumDeluge | CC0 | |
| [zombie_death][] | Under7dude | CC0 | from cmer zombie mod |
| [zombie_growl_01][] | Under7dude | CC0 | |
| [zombie_growl_02][] | Under7dude | CC0 | |
| [zombie_growl_03][] | Under7dude | CC0 | |
#### Node Sounds:
@ -449,3 +452,6 @@
[zebra]: https://www.youtube.com/watch?v=xjGJ_XMVTRE
[zipper]: https://opengameart.org/node/16332
[zombie_death]: https://freesound.org/s/163442/
[zombie_growl_01]: https://freesound.org/s/163440/
[zombie_growl_02]: https://freesound.org/s/163444/
[zombie_growl_03]: https://freesound.org/s/163445/