Icons for "Concentric Circle" & "Square"

This commit is contained in:
Bill Kendrick 2024-10-07 22:55:55 -07:00
parent ed8bde60ff
commit 9c62a43313
4 changed files with 2 additions and 3 deletions

View file

@ -87,7 +87,6 @@ https://tuxpaint.org/
* WIP "Concentric Circle" and "Concentric Square": Draw concentric shapes.
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
+ TODO Icons
+ TODO Sound effects
* Magic Tool Improvements:

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

View file

@ -65,8 +65,8 @@ const char * spiral_sounds[NUM_TOOLS] = {
const char * spiral_icons[NUM_TOOLS] = {
"spiral-circle.png",
"spiral-square.png",
"spiral-circle.png", // FIXME
"spiral-square.png", // FIXME
"concentric-circle.png",
"concentric-square.png",
};
static Mix_Chunk *spiral_snd[NUM_TOOLS];