Finished flower tool.
Added foam tool. Cleanup.
This commit is contained in:
parent
f8249b1e4d
commit
1f0d12ba91
17 changed files with 840 additions and 92 deletions
|
|
@ -62,8 +62,8 @@ void do_emboss(void * ptr, int which, SDL_Surface * canvas, SDL_Surface * last,
|
|||
magic_api * api = (magic_api *) ptr;
|
||||
int xx, yy;
|
||||
Uint8 r1, g1, b1,
|
||||
r2, g2, b2,
|
||||
r, g, b;
|
||||
r2, g2, b2;
|
||||
int r, g, b;
|
||||
int avg1, avg2;
|
||||
|
||||
for (yy = -16; yy < 16; yy++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue