Icon for Fur magic
This commit is contained in:
parent
ed6e3da74f
commit
7af85524d7
3 changed files with 3 additions and 5 deletions
|
|
@ -27,13 +27,11 @@ https://tuxpaint.org/
|
||||||
Julian Evans, https://www.julianevans.info/)
|
Julian Evans, https://www.julianevans.info/)
|
||||||
|
|
||||||
* "Circles" and "Rays" -- convert the image into circular or ray
|
* "Circles" and "Rays" -- convert the image into circular or ray
|
||||||
brushstrokes, and [WIP] "Fur" -- add fur to a picture.
|
brushstrokes, and "Fur" -- add fur to a picture.
|
||||||
Bill Kendrick <bill@newbreedsoftware.com>
|
Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
(Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
|
(Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
|
||||||
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->)
|
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->)
|
||||||
|
|
||||||
[WIP] - Fur icon needed
|
|
||||||
|
|
||||||
("Circles" and "Rays" sound effects based on Richard Wagner's
|
("Circles" and "Rays" sound effects based on Richard Wagner's
|
||||||
"Ride of the Valkyries", recording licensed as Creative Commons
|
"Ride of the Valkyries", recording licensed as Creative Commons
|
||||||
Attribution 3.0 Unported (CC BY 3.0), and conducted by,
|
Attribution 3.0 Unported (CC BY 3.0), and conducted by,
|
||||||
|
|
|
||||||
BIN
magic/icons/swirls_fur.png
Normal file
BIN
magic/icons/swirls_fur.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -7,7 +7,7 @@
|
||||||
Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
|
Inspired by "Night Sky Scene [Pen Parallax]" Scratch Project
|
||||||
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->
|
by -HexaScape- <https://scratch.mit.edu/users/-HexaScape->
|
||||||
|
|
||||||
Last updated: January 30, 2023
|
Last updated: February 16, 2023
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
@ -50,7 +50,7 @@ char * swirl_descriptions[NUM_SWIRL_TOOLS][2] = {
|
||||||
char * swirl_icon_filenames[NUM_SWIRL_TOOLS] = {
|
char * swirl_icon_filenames[NUM_SWIRL_TOOLS] = {
|
||||||
"swirls_circles.png",
|
"swirls_circles.png",
|
||||||
"swirls_rays.png",
|
"swirls_rays.png",
|
||||||
"swirls_rays.png" // FIXME
|
"swirls_fur.png"
|
||||||
};
|
};
|
||||||
|
|
||||||
char * swirl_sfx_filenames[NUM_SWIRL_TOOLS] = {
|
char * swirl_sfx_filenames[NUM_SWIRL_TOOLS] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue