Add lava_cool sounds (CC BY-SA 3.0) by celeron55...
From default mod: https://github.com/minetest/minetest_game/tree/master/mods/default
This commit is contained in:
parent
167b1beef1
commit
df2f868cf8
1
TODO.txt
1
TODO.txt
@ -11,7 +11,6 @@ TODO:
|
||||
- add more sounds:
|
||||
- hit/damage
|
||||
- tool breaks
|
||||
- lava cool
|
||||
- tree
|
||||
- leaves
|
||||
- airplane
|
||||
|
@ -15,6 +15,7 @@ next
|
||||
- goose
|
||||
- lamb
|
||||
- laugh_evil
|
||||
- lava_cool
|
||||
- leopard (many)
|
||||
- raccoon_chatter
|
||||
- rain_heavy
|
||||
|
@ -127,6 +127,12 @@ sounds.gallop = SoundGroup({
|
||||
"gallop_02",
|
||||
})
|
||||
|
||||
--- @sndgroup sounds.lava_cool
|
||||
-- @snd[r3] lava_cool
|
||||
sounds.lava_cool = SoundGroup({
|
||||
"lava_cool",
|
||||
})
|
||||
|
||||
--- @sndgroup sounds.pencil_erase
|
||||
-- @snd pencil_erase
|
||||
sounds.pencil_erase = SoundGroup({
|
||||
|
BIN
sounds/sounds_lava_cool.1.ogg
Normal file
BIN
sounds/sounds_lava_cool.1.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_lava_cool.2.ogg
Normal file
BIN
sounds/sounds_lava_cool.2.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_lava_cool.3.ogg
Normal file
BIN
sounds/sounds_lava_cool.3.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_lava_cool.1.flac
Normal file
BIN
sounds_src/sounds_lava_cool.1.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_lava_cool.2.flac
Normal file
BIN
sounds_src/sounds_lava_cool.2.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_lava_cool.3.flac
Normal file
BIN
sounds_src/sounds_lava_cool.3.flac
Normal file
Binary file not shown.
@ -58,6 +58,7 @@
|
||||
| [lamb][] | swiftoid | CC0 | |
|
||||
| [laugh_evil_01][] | AntumDeluge | CC0 | |
|
||||
| [laugh_evil_02][] | AntumDeluge | CC0 | |
|
||||
| [lava_cool][default] | Perttu Ahola (celeron55) | CC BY-SA 3.0 | 3 random sounds |
|
||||
| [leopard*][leopard] | Ian Fairley | CC BY | |
|
||||
| [lion_bellow][] | felix.blume | CC0 | |
|
||||
| [monkey*][monkey] | AntumDeluge | CC0 | imitation |
|
||||
|
Loading…
x
Reference in New Issue
Block a user