Added alien magic tool. Added missing description text for some magic tools.
This commit is contained in:
parent
fd65f98abc
commit
d0d5e16b00
9 changed files with 257 additions and 16 deletions
|
|
@ -69,8 +69,8 @@ const char * snow_names[snow_NUM_TOOLS] = {
|
|||
gettext_noop("Snow Flake"),
|
||||
};
|
||||
const char * snow_descs[snow_NUM_TOOLS] = {
|
||||
gettext_noop("Click to add snow to the image."),
|
||||
gettext_noop("Click to add snow to the image."),
|
||||
gettext_noop("Click to add snow to the entire image."),
|
||||
gettext_noop("Click to add snow to the entire image."),
|
||||
};
|
||||
|
||||
Uint32 snow_api_version(void) { return(TP_MAGIC_API_VERSION); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue