diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index ed9b050c2..fe234c21f 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -72,13 +72,12 @@ https://tuxpaint.org/ (Sounds based on "Ethnic drums ยป ethnic beat6.wav" and "...7.wav", Creative Commons 0 (CC0 1.0) by https://freesound.org/people/tootoos24/) - * [WIP] "Kaleido-4", "-6", and "-8" -- Kaleidoscopic lens effects. + * "Kaleido-4", "-6", and "-8" -- Kaleidoscopic lens effects. Bill Kendrick (Sounds based on "Xylophone chromatic descending passages improv", "Xylophone scale descent improv", & "Xylophone chromatic passages improv", licensed as Creative Commons Attribution 4.0 International (CC BY 4.0) by https://freesound.org/people/Ustym_Petrovych/) - - need icons * Improvements to Magic Tools: ---------------------------- diff --git a/magic/icons/kaleido-4.png b/magic/icons/kaleido-4.png new file mode 100644 index 000000000..c620d4382 Binary files /dev/null and b/magic/icons/kaleido-4.png differ diff --git a/magic/icons/kaleido-6.png b/magic/icons/kaleido-6.png new file mode 100644 index 000000000..1fd520eff Binary files /dev/null and b/magic/icons/kaleido-6.png differ diff --git a/magic/icons/kaleido-8.png b/magic/icons/kaleido-8.png new file mode 100644 index 000000000..0c7422e92 Binary files /dev/null and b/magic/icons/kaleido-8.png differ diff --git a/magic/src/kaleidoscope_lens.c b/magic/src/kaleidoscope_lens.c index 5645ccc11..5f4921d4b 100644 --- a/magic/src/kaleidoscope_lens.c +++ b/magic/src/kaleidoscope_lens.c @@ -30,9 +30,9 @@ static char * kaleidoscope_lens_snd_filenames[NUM_TOOLS] = { }; static char * kaleidoscope_lens_icon_filenames[NUM_TOOLS] = { - "colorsep.png", // FIXME - "colorsep.png", // FIXME - "colorsep.png", // FIXME + "kaleido-4.png", + "kaleido-6.png", + "kaleido-8.png", }; char * kaleidoscope_lens_names[NUM_TOOLS] = {