Rename sound "sheep" to "sheep_baa"
This commit is contained in:
parent
b92385d114
commit
9d0b4bce2c
@ -9,6 +9,8 @@ next
|
|||||||
- seagulls
|
- seagulls
|
||||||
- snake_rattle
|
- snake_rattle
|
||||||
- squirrel
|
- squirrel
|
||||||
|
- renamed sounds:
|
||||||
|
- sheep -> sheep_baa
|
||||||
|
|
||||||
|
|
||||||
v1.4
|
v1.4
|
||||||
|
@ -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:
|
||||||
|
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user