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:
parent
e4dac4a2be
commit
b589ea8dd5
1
TODO.txt
1
TODO.txt
@ -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
|
||||
|
@ -23,6 +23,7 @@ next
|
||||
- melee_hit
|
||||
- plasma_shot
|
||||
- scrape
|
||||
- zombie_growl
|
||||
|
||||
|
||||
v1.9
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
BIN
sounds/sounds_zombie_growl_01.ogg
Normal file
BIN
sounds/sounds_zombie_growl_01.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_zombie_growl_02.ogg
Normal file
BIN
sounds/sounds_zombie_growl_02.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_zombie_growl_03.ogg
Normal file
BIN
sounds/sounds_zombie_growl_03.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_zombie_growl_01.flac
Normal file
BIN
sounds_src/sounds_zombie_growl_01.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_zombie_growl_02.flac
Normal file
BIN
sounds_src/sounds_zombie_growl_02.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_zombie_growl_03.flac
Normal file
BIN
sounds_src/sounds_zombie_growl_03.flac
Normal file
Binary file not shown.
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user