Reworking 3D Glasses & Color Sep. icons & sfx (WIP)

This commit is contained in:
Bill Kendrick 2023-02-22 21:05:28 -08:00
parent b2b04b4aab
commit 2660904d52
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

Before After
Before After

View file

@ -22,12 +22,12 @@ enum {
}; };
static char * colorsep_snd_filenames[NUM_TOOLS] = { static char * colorsep_snd_filenames[NUM_TOOLS] = {
"colorsep.ogg", /* FIXME */ "3dglasses.ogg",
"colorsep.ogg" "colorsep.ogg"
}; };
static char * colorsep_icon_filenames[NUM_TOOLS] = { static char * colorsep_icon_filenames[NUM_TOOLS] = {
"colorsep.png", /* FIXME */ "3dglasses.png",
"colorsep.png" "colorsep.png"
}; };