Add squirrel sounds (CC BY 3.0) by bmccoy2...
https://freesound.org/s/342105/
This commit is contained in:
parent
8368e12545
commit
7e3bb5cfaf
1
TODO.txt
1
TODO.txt
@ -18,7 +18,6 @@ TODO:
|
||||
- dolphin
|
||||
- leopard
|
||||
- lamb
|
||||
- squirrel
|
||||
- airplane
|
||||
- car
|
||||
- motorcycle
|
||||
|
@ -7,6 +7,7 @@ next
|
||||
- seagull
|
||||
- seagulls
|
||||
- snake_rattle
|
||||
- squirrel
|
||||
|
||||
|
||||
v1.4
|
||||
|
@ -636,6 +636,26 @@ sounds.mouse = SoundGroup({
|
||||
"mouse",
|
||||
})
|
||||
|
||||
--- @sndgroup sounds.squirrel
|
||||
-- @snd squirrel_01
|
||||
-- @snd squirrel_02
|
||||
-- @snd squirrel_03
|
||||
sounds.squirrel = SoundGroup({
|
||||
"squirrel_01",
|
||||
"squirrel_02",
|
||||
"squirrel_03",
|
||||
})
|
||||
|
||||
--- <br>
|
||||
--
|
||||
-- Includes:
|
||||
--
|
||||
-- - `sounds.mouse`
|
||||
-- - `sounds.squirrel`
|
||||
--
|
||||
-- @sndgroup sounds.rodent
|
||||
sounds.rodent = sounds.mouse + sounds.squirrel
|
||||
|
||||
|
||||
|
||||
--- Snake
|
||||
|
BIN
sounds/sounds_squirrel_01.ogg
Normal file
BIN
sounds/sounds_squirrel_01.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_squirrel_02.ogg
Normal file
BIN
sounds/sounds_squirrel_02.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_squirrel_03.ogg
Normal file
BIN
sounds/sounds_squirrel_03.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_squirrel_01.flac
Normal file
BIN
sounds_src/sounds_squirrel_01.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_squirrel_02.flac
Normal file
BIN
sounds_src/sounds_squirrel_02.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_squirrel_03.flac
Normal file
BIN
sounds_src/sounds_squirrel_03.flac
Normal file
Binary file not shown.
@ -69,6 +69,7 @@
|
||||
| [sheep][] | mikewest | CC0 | |
|
||||
| [skeleton_bones][] | AntumDeluge | CC0 | |
|
||||
| [snake_rattle][fws] | U.S. Fish & Wildlife Service | CC0 | |
|
||||
| [squirrel*][squirrel] | bmccoy2 | CC BY 3.0 | |
|
||||
| [tiger_roar_01][] | videog | CC BY 3.0 | |
|
||||
| [tiger_snarl_01][tiger_roar_01] | videog | CC BY 3.0 | |
|
||||
| [tiger_snarl_0[2-4]][tiger_snarl] | schots | CC0 | |
|
||||
@ -205,6 +206,7 @@
|
||||
[rooster]: https://freesound.org/s/269496/
|
||||
[seagull]: https://freesound.org/s/353416/
|
||||
[seagulls]: https://freesound.org/s/462462/
|
||||
[squirrel]: https://freesound.org/s/342105/
|
||||
[step_hard]: https://freesound.org/s/41579/
|
||||
[step_ice]: https://freesound.org/s/416967/
|
||||
[step_metal]: https://freesound.org/s/398937/
|
||||
|
Loading…
x
Reference in New Issue
Block a user