toothpaste.ogg
This commit is contained in:
parent
47dfba1da2
commit
7494843663
4 changed files with 10 additions and 1 deletions
|
|
@ -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
BIN
magic/sounds/toothpaste.ogg
Normal file
Binary file not shown.
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue