Icons for "Concentric Circle" & "Square"
This commit is contained in:
parent
ed8bde60ff
commit
9c62a43313
4 changed files with 2 additions and 3 deletions
|
|
@ -87,7 +87,6 @@ https://tuxpaint.org/
|
||||||
|
|
||||||
* WIP "Concentric Circle" and "Concentric Square": Draw concentric shapes.
|
* WIP "Concentric Circle" and "Concentric Square": Draw concentric shapes.
|
||||||
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
+ TODO Icons
|
|
||||||
+ TODO Sound effects
|
+ TODO Sound effects
|
||||||
|
|
||||||
* Magic Tool Improvements:
|
* Magic Tool Improvements:
|
||||||
|
|
|
||||||
BIN
magic/icons/concentric-circle.png
Normal file
BIN
magic/icons/concentric-circle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
magic/icons/concentric-square.png
Normal file
BIN
magic/icons/concentric-square.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 256 B |
|
|
@ -65,8 +65,8 @@ const char * spiral_sounds[NUM_TOOLS] = {
|
||||||
const char * spiral_icons[NUM_TOOLS] = {
|
const char * spiral_icons[NUM_TOOLS] = {
|
||||||
"spiral-circle.png",
|
"spiral-circle.png",
|
||||||
"spiral-square.png",
|
"spiral-square.png",
|
||||||
"spiral-circle.png", // FIXME
|
"concentric-circle.png",
|
||||||
"spiral-square.png", // FIXME
|
"concentric-square.png",
|
||||||
};
|
};
|
||||||
|
|
||||||
static Mix_Chunk *spiral_snd[NUM_TOOLS];
|
static Mix_Chunk *spiral_snd[NUM_TOOLS];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue