add confetti and silhouette sounds
This commit is contained in:
parent
4463ca729d
commit
7c80ba2950
5 changed files with 12 additions and 2 deletions
|
|
@ -291,6 +291,16 @@ $Id$
|
|||
Pouring rain on cement by Mike Koenig
|
||||
Creative Commons attribution licence 3.0
|
||||
|
||||
* Confetti sound (confetti.ogg)
|
||||
http://soundbible.com/419-Tiny-Button-Push.html
|
||||
Tiny button push sound by Mike Koenig
|
||||
Creative Commons attribution licence 3.0
|
||||
|
||||
* Silhouette sound (silhouette.ogg)
|
||||
http://soundbible.com/417-Right-Channel-Scramble.html
|
||||
Right channel scramble by Mike Koenig
|
||||
Creative Commons attribution licence 3.0
|
||||
|
||||
* Translations
|
||||
|
||||
* Afrikaans
|
||||
|
|
|
|||
BIN
magic/sounds/confetti.ogg
Normal file
BIN
magic/sounds/confetti.ogg
Normal file
Binary file not shown.
BIN
magic/sounds/silhouette.ogg
Normal file
BIN
magic/sounds/silhouette.ogg
Normal file
Binary file not shown.
|
|
@ -39,7 +39,7 @@ int confetti_init(magic_api * api)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/confetti.wav", api->data_directory);
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/confetti.ogg", api->data_directory);
|
||||
confetti_snd = Mix_LoadWAV(fname);
|
||||
|
||||
return(1);
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ static Mix_Chunk * sharpen_snd_effect[sharpen_NUM_TOOLS];
|
|||
const char * sharpen_snd_filenames[sharpen_NUM_TOOLS] = {
|
||||
"edges.ogg",
|
||||
"sharpen.ogg",
|
||||
"flip.wav" /* FIXME */
|
||||
"silhouette.ogg"
|
||||
};
|
||||
const char * sharpen_icon_filenames[sharpen_NUM_TOOLS] = {
|
||||
"edges.png",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue