Rename sound "sheep" to "sheep_baa"

This commit is contained in:
Jordan Irwin 2021-08-11 12:17:02 -07:00
parent b92385d114
commit 9d0b4bce2c
5 changed files with 17 additions and 5 deletions

View File

@ -9,6 +9,8 @@ next
- seagulls - seagulls
- snake_rattle - snake_rattle
- squirrel - squirrel
- renamed sounds:
- sheep -> sheep_baa
v1.4 v1.4

View File

@ -197,11 +197,21 @@ sounds.lamb = SoundGroup({
}) })
--- @sndgroup sounds.sheep --- @sndgroup sounds.sheep
-- @snd sheep -- @snd sheep_baa
sounds.sheep = SoundGroup({ sounds.sheep_baa = SoundGroup({
"sheep", "sheep_baa",
}) })
--- <br>
--
-- Includes:
--
-- - `sounds.lamb`
-- - `sounds.sheep_baa`
--
-- @sndgroup sounds.sheep
sounds.sheep = sounds.lamb + sounds.sheep_baa
--- <br> --- <br>
-- --
-- Includes: -- Includes:

View File

@ -67,7 +67,7 @@
| [rooster][] | poorenglishjuggler | CC0 | | | [rooster][] | poorenglishjuggler | CC0 | |
| [seagull*][seagull] | squashy555 | CC0 | | | [seagull*][seagull] | squashy555 | CC0 | |
| [seagulls][] | Soojay | CC0 | | | [seagulls][] | Soojay | CC0 | |
| [sheep][] | mikewest | CC0 | | | [sheep_baa][] | mikewest | CC0 | |
| [skeleton_bones][] | AntumDeluge | CC0 | | | [skeleton_bones][] | AntumDeluge | CC0 | |
| [snake_rattle][fws] | U.S. Fish & Wildlife Service | CC0 | | | [snake_rattle][fws] | U.S. Fish & Wildlife Service | CC0 | |
| [squirrel*][squirrel] | bmccoy2 | CC BY 3.0 | | | [squirrel*][squirrel] | bmccoy2 | CC BY 3.0 | |
@ -217,7 +217,7 @@
[step_water.1]: https://freesound.org/s/20432/ [step_water.1]: https://freesound.org/s/20432/
[step_water.2]: https://freesound.org/s/20434/ [step_water.2]: https://freesound.org/s/20434/
[step_water.3]: https://freesound.org/s/20437/ [step_water.3]: https://freesound.org/s/20437/
[sheep]: https://freesound.org/s/414342/ [sheep_baa]: https://freesound.org/s/414342/
[skeleton_bones]: https://opengameart.org/node/16324 [skeleton_bones]: https://opengameart.org/node/16324
[tiger_roar_01]: https://freesound.org/s/149190/ [tiger_roar_01]: https://freesound.org/s/149190/
[tiger_snarl]: https://freesound.org/s/439280/ [tiger_snarl]: https://freesound.org/s/439280/