Sounds for Saturate & Desaturate

This commit is contained in:
Bill Kendrick 2023-03-07 23:51:30 -08:00
parent b4c284edc8
commit ad7b51d2ac
5 changed files with 11 additions and 5 deletions

View file

@ -82,8 +82,8 @@ char * tool_descriptions[NUM_TOOLS][2] = {
char * sfx_filenames[NUM_TOOLS] = {
"fade.wav",
"darken.wav",
"desaturate.wav",
"saturate.wav",
"desaturate.ogg",
"saturate.ogg",
"remove_color.wav",
"keep_color.wav",
};