sound for color shift magic tool
This commit is contained in:
parent
490dc69cfb
commit
868ef36be4
4 changed files with 7 additions and 5 deletions
|
|
@ -212,11 +212,16 @@ $Id$
|
||||||
Dual licensed CC-BY-SA and GFDL.
|
Dual licensed CC-BY-SA and GFDL.
|
||||||
|
|
||||||
* Sharpen tool sound
|
* Sharpen tool sound
|
||||||
caroline Ford <caroline.ford.work@googlemail.com> 2008 based on
|
Caroline Ford <caroline.ford.work@googlemail.com> 2008 based on
|
||||||
FD pip socandecho call.ogg (bat noises!) by User:CountPierre
|
FD pip socandecho call.ogg (bat noises!) by User:CountPierre
|
||||||
http://commons.wikimedia.org/wiki/Image:FD_pip_socandecho_call.ogg
|
http://commons.wikimedia.org/wiki/Image:FD_pip_socandecho_call.ogg
|
||||||
Dual licensed CC-BY-SA and GFDL.
|
Dual licensed CC-BY-SA and GFDL.
|
||||||
|
|
||||||
|
* Color Shift sound (alien.ogg)
|
||||||
|
Caroline Ford <caroline.ford.work@googlemail.com> 2008 based on
|
||||||
|
Sound translation of Saturn radio transmissions from Cassini.
|
||||||
|
http://commons.wikimedia.org/wiki/Image:Saturn_sound.ogg
|
||||||
|
Public domain.
|
||||||
|
|
||||||
* Translations
|
* Translations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,9 +68,6 @@ $Id$
|
||||||
* "Negative", "Tint", "Glass Tile", "Darken" and "Lighten" tools
|
* "Negative", "Tint", "Glass Tile", "Darken" and "Lighten" tools
|
||||||
can all now affect the entire image.
|
can all now affect the entire image.
|
||||||
|
|
||||||
* Sharpen.ogg is taken from http://commons.wikimedia.org/wiki/Image:FD_pip_socandecho_call.ogg
|
|
||||||
by CountPierre under CC-BY-SA and the GFDL. Editing in audacity by C Ford.
|
|
||||||
|
|
||||||
* System-Related Improvements:
|
* System-Related Improvements:
|
||||||
----------------------------
|
----------------------------
|
||||||
* 'savedir' and 'datadir' paths given in configuration files
|
* 'savedir' and 'datadir' paths given in configuration files
|
||||||
|
|
|
||||||
BIN
magic/sounds/alien.ogg
Normal file
BIN
magic/sounds/alien.ogg
Normal file
Binary file not shown.
|
|
@ -55,7 +55,7 @@ enum {
|
||||||
static Mix_Chunk * alien_snd_effect[alien_NUM_TOOLS];
|
static Mix_Chunk * alien_snd_effect[alien_NUM_TOOLS];
|
||||||
|
|
||||||
const char * alien_snd_filenames[alien_NUM_TOOLS] = {
|
const char * alien_snd_filenames[alien_NUM_TOOLS] = {
|
||||||
"flip.wav",
|
"alien.ogg",
|
||||||
};
|
};
|
||||||
const char * alien_icon_filenames[alien_NUM_TOOLS] = {
|
const char * alien_icon_filenames[alien_NUM_TOOLS] = {
|
||||||
"alien.png",
|
"alien.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue