Shrink/Grow sound. Stamps blit (but not outlined, yet) at various sizes!!!
This commit is contained in:
parent
81eee84edc
commit
b95cc5d099
2 changed files with 91 additions and 49 deletions
10
src/sounds.h
10
src/sounds.h
|
|
@ -8,7 +8,7 @@
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 15, 2002 - September 19, 2002
|
||||
June 15, 2002 - December 19, 2002
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -46,7 +46,9 @@ enum {
|
|||
SND_FADE, /* Magic fade */
|
||||
SND_RAINBOW, /* Magic rainbow */
|
||||
SND_KEYCLICK, /* Text tool keyboard click feedback */
|
||||
SND_RETURN,
|
||||
SND_RETURN, /* Text tool carriage return sound */
|
||||
SND_SHRINK, /* Stamp shrink */
|
||||
SND_GROW, /* Stamp grow */
|
||||
NUM_SOUNDS
|
||||
};
|
||||
|
||||
|
|
@ -84,6 +86,8 @@ char * sound_fnames[NUM_SOUNDS] = {
|
|||
DATA_PREFIX "sounds/fade.wav",
|
||||
DATA_PREFIX "sounds/rainbow.wav",
|
||||
DATA_PREFIX "sounds/keyclick.wav",
|
||||
DATA_PREFIX "sounds/return.wav"
|
||||
DATA_PREFIX "sounds/return.wav",
|
||||
DATA_PREFIX "sounds/shrink.wav",
|
||||
DATA_PREFIX "sounds/grow.wav"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue