Add grasshopper sound (CC0) by straget...
https://freesound.org/s/401939/
This commit is contained in:
parent
13a0bd79a9
commit
f25eae6d74
@ -42,6 +42,7 @@ As of right now, only sounds from *default* mod have been added.
|
|||||||
| [glass_break.3][] | lsprice | CC BY 3.0 | |
|
| [glass_break.3][] | lsprice | CC BY 3.0 | |
|
||||||
| [glass_step][default] | Mito551 | CC BY-SA 3.0 | |
|
| [glass_step][default] | Mito551 | CC BY-SA 3.0 | |
|
||||||
| [grass_step.*][default] | Mito551 | CC BY-SA 3.0 | |
|
| [grass_step.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||||
|
| [grasshopper][] | straget | CC0 | |
|
||||||
| [gravel_dig.*][gravel_dig] | lolamadeus | CC0 | |
|
| [gravel_dig.*][gravel_dig] | lolamadeus | CC0 | |
|
||||||
| [gravel_dug.*][gravel_dig] | lolamadeus | CC0 | |
|
| [gravel_dug.*][gravel_dig] | lolamadeus | CC0 | |
|
||||||
| [gravel_step][default] | Mito551 | CC BY-SA 3.0 | |
|
| [gravel_step][default] | Mito551 | CC BY-SA 3.0 | |
|
||||||
@ -126,6 +127,7 @@ default.node_sound_dirt_defaults = sounds.node_dirt
|
|||||||
[fuse]: https://freesound.org/s/8320/
|
[fuse]: https://freesound.org/s/8320/
|
||||||
[gallop_01]: https://freesound.org/s/403026/
|
[gallop_01]: https://freesound.org/s/403026/
|
||||||
[gallop_02]: https://freesound.org/s/403025/
|
[gallop_02]: https://freesound.org/s/403025/
|
||||||
|
[grasshopper]: https://freesound.org/s/401939/
|
||||||
[gravel_dig]: https://freesound.org/s/179341/
|
[gravel_dig]: https://freesound.org/s/179341/
|
||||||
[horse_neigh_01]: https://freesound.org/s/322443/
|
[horse_neigh_01]: https://freesound.org/s/322443/
|
||||||
[horse_neigh_02]: https://freesound.org/s/149024/
|
[horse_neigh_02]: https://freesound.org/s/149024/
|
||||||
|
1
TODO.txt
1
TODO.txt
@ -40,7 +40,6 @@ TODO:
|
|||||||
- bicycle
|
- bicycle
|
||||||
- clock
|
- clock
|
||||||
- fire
|
- fire
|
||||||
- grasshopper
|
|
||||||
- cricket
|
- cricket
|
||||||
- raccoon
|
- raccoon
|
||||||
- train
|
- train
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
|
|
||||||
|
next
|
||||||
|
----
|
||||||
|
- added sounds:
|
||||||
|
- grasshopper
|
||||||
|
|
||||||
|
|
||||||
v1.2
|
v1.2
|
||||||
----
|
----
|
||||||
- added API object "SoundGroup" for creating & playing sound groups
|
- added API object "SoundGroup" for creating & playing sound groups
|
||||||
|
8
main.lua
8
main.lua
@ -336,6 +336,14 @@ sounds.gallop = SoundGroup({
|
|||||||
"gallop_02",
|
"gallop_02",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
--- Grasshopper sounds.
|
||||||
|
--
|
||||||
|
-- @sndgroup sounds.grasshopper
|
||||||
|
-- @snd grasshopper
|
||||||
|
sound.grasshopper = SoundGroup({
|
||||||
|
"grasshopper",
|
||||||
|
})
|
||||||
|
|
||||||
--- Horse neigh sounds.
|
--- Horse neigh sounds.
|
||||||
--
|
--
|
||||||
-- @sndgroup sounds.horse_neigh
|
-- @sndgroup sounds.horse_neigh
|
||||||
|
BIN
sounds/sounds_grasshopper.ogg
Normal file
BIN
sounds/sounds_grasshopper.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_grasshopper.flac
Normal file
BIN
sounds_src/sounds_grasshopper.flac
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user