Squiggles Magic tool icon
This commit is contained in:
parent
f49f9f31ba
commit
e9b04a8759
3 changed files with 2 additions and 3 deletions
|
|
@ -25,11 +25,10 @@ https://tuxpaint.org/
|
||||||
Sound effect CC-BY 4.0 by
|
Sound effect CC-BY 4.0 by
|
||||||
https://freesound.org/people/PercyFrench/
|
https://freesound.org/people/PercyFrench/
|
||||||
|
|
||||||
* WIP Squiggles - Draw squiggly shapes.
|
* Squiggles - Draw squiggly shapes.
|
||||||
Bill Kendrick <bill@newbreedsoftware.com>
|
Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
Sound effect CC0 (public domain)
|
Sound effect CC0 (public domain)
|
||||||
by https://freesound.org/people/Tomoyo%20Ichijouji/
|
by https://freesound.org/people/Tomoyo%20Ichijouji/
|
||||||
- WIP needs icon
|
|
||||||
|
|
||||||
* Improvements to Eraser tool:
|
* Improvements to Eraser tool:
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
|
||||||
BIN
magic/icons/squiggles.png
Normal file
BIN
magic/icons/squiggles.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
|
|
@ -48,7 +48,7 @@ enum {
|
||||||
|
|
||||||
char * smooth_icon_fnames[NUM_TOOLS] = {
|
char * smooth_icon_fnames[NUM_TOOLS] = {
|
||||||
"smooth.png",
|
"smooth.png",
|
||||||
"rainbow.png", // FIXME
|
"squiggles.png",
|
||||||
"loops.png",
|
"loops.png",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue