rain magic tool sound effect
This commit is contained in:
parent
fb9387291b
commit
4463ca729d
3 changed files with 7 additions and 1 deletions
|
|
@ -285,6 +285,12 @@ $Id$
|
||||||
Alien Creatures by Mike Koenig
|
Alien Creatures by Mike Koenig
|
||||||
Creative Commons attribution licence 3.0
|
Creative Commons attribution licence 3.0
|
||||||
|
|
||||||
|
* Rain sound (rain.ogg)
|
||||||
|
Caroline Ford <caroline.ford.work@googlemail.com> 2009 cropped from
|
||||||
|
http://soundbible.com/431-Pouring-Rain-On-Cement.html
|
||||||
|
Pouring rain on cement by Mike Koenig
|
||||||
|
Creative Commons attribution licence 3.0
|
||||||
|
|
||||||
* Translations
|
* Translations
|
||||||
|
|
||||||
* Afrikaans
|
* Afrikaans
|
||||||
|
|
|
||||||
BIN
magic/sounds/rain.ogg
Normal file
BIN
magic/sounds/rain.ogg
Normal file
Binary file not shown.
|
|
@ -56,7 +56,7 @@ enum {
|
||||||
static Mix_Chunk * rain_snd_effect[rain_NUM_TOOLS];
|
static Mix_Chunk * rain_snd_effect[rain_NUM_TOOLS];
|
||||||
|
|
||||||
const char * rain_snd_filenames[rain_NUM_TOOLS] = {
|
const char * rain_snd_filenames[rain_NUM_TOOLS] = {
|
||||||
"flip.wav",
|
"rain.ogg",
|
||||||
};
|
};
|
||||||
const char * rain_icon_filenames[rain_NUM_TOOLS] = {
|
const char * rain_icon_filenames[rain_NUM_TOOLS] = {
|
||||||
"rain.png",
|
"rain.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue