sounds for picasso and mosaic magic tools
This commit is contained in:
parent
99f1f4aeb0
commit
3f99300c92
5 changed files with 13 additions and 2 deletions
|
|
@ -311,6 +311,17 @@ $Id$
|
|||
Ping pong game by Aldor cropped by Caroline Ford
|
||||
Public domain.
|
||||
|
||||
* Picasso sound (picasso.ogg)
|
||||
http://soundbible.com/171-Alien-Brain-Scanner.html
|
||||
Cropped from Alien Brain Scanner by Mike Koenig
|
||||
Creative Commons Attribution 3.0
|
||||
|
||||
* Mosaic sound (mosaic.ogg)
|
||||
http://soundbible.com/171-Alien-Brain-Scanner.html
|
||||
Cropped from Alien Brain Scanner by Mike Koenig
|
||||
Altered in audacity by Caroline Ford
|
||||
Creative Commons Attribution 3.0
|
||||
|
||||
* Translations
|
||||
|
||||
* Afrikaans
|
||||
|
|
|
|||
BIN
magic/sounds/mosaic.ogg
Normal file
BIN
magic/sounds/mosaic.ogg
Normal file
Binary file not shown.
BIN
magic/sounds/picasso.ogg
Normal file
BIN
magic/sounds/picasso.ogg
Normal file
Binary file not shown.
|
|
@ -61,7 +61,7 @@ enum {
|
|||
static Mix_Chunk * mosaic_snd_effect[mosaic_NUM_TOOLS];
|
||||
|
||||
const char * mosaic_snd_filenames[mosaic_NUM_TOOLS] = {
|
||||
"flip.wav", /* FIXME */
|
||||
"mosaic.ogg", /* FIXME */
|
||||
};
|
||||
const char * mosaic_icon_filenames[mosaic_NUM_TOOLS] = {
|
||||
"mosaic.png",
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ int rosette_init(magic_api * api)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/rosette.wav", api->data_directory);
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/picasso.ogg", api->data_directory);
|
||||
rosette_snd = Mix_LoadWAV(fname);
|
||||
|
||||
return(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue