Icon for shaped Fill tool

Also remove a WIP section from CHANGES
This commit is contained in:
Bill Kendrick 2023-03-07 22:33:39 -08:00
parent ad13b4458c
commit 6b7f59d7f1
3 changed files with 2 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -77,12 +77,6 @@ https://tuxpaint.org/
- need icons - need icons
- need sound effects - need sound effects
* [WIP] "Rivulet"; apply rivulets of water to the canvas
- needs better icon
- needs sound effect
- effect needs improvement
Bill Kendrick <bill@newbreedsoftware.com>
* Improvements to Magic Tools: * Improvements to Magic Tools:
---------------------------- ----------------------------
* Better performance from "Rush" (by using SDL_gfx rotozoom) * Better performance from "Rush" (by using SDL_gfx rotozoom)

View file

@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt) (See COPYING.txt)
Last updated: February 24, 2023 Last updated: March 7, 2023
$Id$ $Id$
*/ */
@ -72,7 +72,7 @@ const char *const fill_img_fnames[NUM_FILLS] = {
DATA_PREFIX "images/fills/brush.png", DATA_PREFIX "images/fills/brush.png",
DATA_PREFIX "images/fills/gradient_linear.png", DATA_PREFIX "images/fills/gradient_linear.png",
DATA_PREFIX "images/fills/gradient_radial.png", DATA_PREFIX "images/fills/gradient_radial.png",
DATA_PREFIX "images/fills/gradient_radial.png" // FIXME DATA_PREFIX "images/fills/gradient_shaped.png"
}; };
#endif #endif