"Crescent" icon
This commit is contained in:
parent
f2f7ef125f
commit
685f0d44ee
3 changed files with 1 additions and 2 deletions
|
|
@ -57,7 +57,6 @@ https://tuxpaint.org/
|
|||
|
||||
* WIP "Crescent": Draw various sorts of crescent shapes
|
||||
+ Code by Bill Kendrick <bill@newbreedsoftware.com>
|
||||
+ TODO Icon
|
||||
+ TODO Sound effect
|
||||
+ TODO Documentation
|
||||
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/262/
|
||||
|
|
|
|||
BIN
magic/icons/crescent.png
Normal file
BIN
magic/icons/crescent.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 575 B |
|
|
@ -97,7 +97,7 @@ SDL_Surface *crescent_get_icon(magic_api * api, int which ATTRIBUTE_UNUSED)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%simages/magic/xor.png", api->data_directory); // FIXME
|
||||
snprintf(fname, sizeof(fname), "%simages/magic/crescent.png", api->data_directory);
|
||||
|
||||
return (IMG_Load(fname));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue