Added sounds for Shift and Kaleidoscope Magic tools.
This commit is contained in:
parent
3469c6d436
commit
7d69ff049e
5 changed files with 10 additions and 2 deletions
|
|
@ -178,6 +178,10 @@ $Id$
|
|||
* Edited using Audacity
|
||||
http://www.audacity.org/
|
||||
|
||||
* Kaliedoscope & Shift tool sounds
|
||||
Caroline Ford <caroline.ford.work@googlemail.com>
|
||||
2007, released under GNU Free Documentation License
|
||||
|
||||
|
||||
* Translations
|
||||
|
||||
|
|
|
|||
|
|
@ -153,6 +153,10 @@ $Id$
|
|||
http://www.nongnu.org/enigma/ )
|
||||
(Waves sound based on sound from Super Tux;
|
||||
http://supertux.berlios.de/ )
|
||||
(Kaleidoscope sound based on water in a bathtub, by
|
||||
Caroline Ford <caroline.ford.work@googlemail.com>, GFDL)
|
||||
(Shift sound based on London Underground train, by
|
||||
Caroline Ford <caroline.ford.work@googlemail.com>, GFDL)
|
||||
|
||||
* New Localizations:
|
||||
------------------
|
||||
|
|
|
|||
BIN
magic/sounds/kaleidoscope.ogg
Normal file
BIN
magic/sounds/kaleidoscope.ogg
Normal file
Binary file not shown.
BIN
magic/sounds/shift.ogg
Normal file
BIN
magic/sounds/shift.ogg
Normal file
Binary file not shown.
|
|
@ -23,7 +23,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
Last updated: August 7, 2007
|
||||
Last updated: November 6, 2007
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ int kalidescope_init(magic_api * api)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/kalidescope.wav",
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/kaleidoscope.ogg",
|
||||
api->data_directory);
|
||||
kalidescope_snd = Mix_LoadWAV(fname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue