Created icons for Rosette & Real Rainbow.
This commit is contained in:
parent
a5fdc5cf3a
commit
3a194f0aa3
3 changed files with 7 additions and 4 deletions
BIN
magic/icons/realrainbow.png
Normal file
BIN
magic/icons/realrainbow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 691 B |
BIN
magic/icons/rosette.png
Normal file
BIN
magic/icons/rosette.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
|
|
@ -6,10 +6,9 @@
|
||||||
by Bill Kendrick <bill@newbreedsoftware.com>
|
by Bill Kendrick <bill@newbreedsoftware.com>
|
||||||
Math assistence by Jeff Newmiller <jdnewmil@dcn.davis.ca.us>
|
Math assistence by Jeff Newmiller <jdnewmil@dcn.davis.ca.us>
|
||||||
|
|
||||||
2009.04.02 - 2009.04.28
|
2009.04.02 - 2009.05.27
|
||||||
|
|
||||||
FIXME:
|
FIXME:
|
||||||
* Needs icon.
|
|
||||||
* Needs sound effect.
|
* Needs sound effect.
|
||||||
* Color/alpha art needs improvement.
|
* Color/alpha art needs improvement.
|
||||||
* Pixel gaps appear in lines sometimes (esp. larger rainbows).
|
* Pixel gaps appear in lines sometimes (esp. larger rainbows).
|
||||||
|
|
@ -60,8 +59,12 @@ int realrainbow_get_tool_count(magic_api * api)
|
||||||
|
|
||||||
SDL_Surface * realrainbow_get_icon(magic_api * api, int which)
|
SDL_Surface * realrainbow_get_icon(magic_api * api, int which)
|
||||||
{
|
{
|
||||||
/* FIXME */
|
char fname[1024];
|
||||||
return(NULL);
|
|
||||||
|
snprintf(fname, sizeof(fname), "%s/images/magic/realrainbow.png",
|
||||||
|
api->data_directory);
|
||||||
|
|
||||||
|
return(IMG_Load(fname));
|
||||||
}
|
}
|
||||||
|
|
||||||
char * realrainbow_get_name(magic_api * api, int which)
|
char * realrainbow_get_name(magic_api * api, int which)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue