toothpaste.ogg

This commit is contained in:
secretlondon 2009-06-06 19:37:29 +00:00
parent 47dfba1da2
commit 7494843663
4 changed files with 10 additions and 1 deletions

View file

@ -322,6 +322,12 @@ $Id$
Altered in audacity by Caroline Ford
Creative Commons Attribution 3.0
* toothpaste sound (toothpaste.ogg)
Based on squishy 2 by Mike Koenig
Reversed and pitch shifted in audacity by C Ford
http://soundbible.com/512-Squishy-2.html
Creative Commons Attribution 3.0
* Translations
* Afrikaans

BIN
magic/sounds/toothpaste.ogg Normal file

Binary file not shown.

View file

@ -26,6 +26,9 @@
(See COPYING.txt)
*/
// sound only plays on release
// also same sound for both tools
#include "tp_magic_api.h"
#include "SDL_image.h"
#include "SDL_mixer.h"

View file

@ -56,7 +56,7 @@ enum {
static Mix_Chunk * toothpaste_snd_effect[toothpaste_NUM_TOOLS];
const char * toothpaste_snd_filenames[toothpaste_NUM_TOOLS] = {
"flip.wav",
"toothpaste.ogg",
};
const char * toothpaste_icon_filenames[toothpaste_NUM_TOOLS] = {
"toothpaste.png",