what about now
This commit is contained in:
parent
a828723cb2
commit
60e58a7e6b
8
powder.c
8
powder.c
@ -3222,10 +3222,10 @@ justdraw:
|
||||
cg = 0x50+(parts[i].life*10);
|
||||
cb = 0x50+(parts[i].life*10);
|
||||
blendpixel(vid, nx, ny, cr, cg, cb, 192);
|
||||
blendpixel(vid, nx+1, ny, cr, cg, cb, 5);
|
||||
blendpixel(vid, nx-1, ny, cr, cg, cb, 5);
|
||||
blendpixel(vid, nx, ny+1, cr, cg, cb, 5);
|
||||
blendpixel(vid, nx, ny-1, cr, cg, cb, 5);
|
||||
blendpixel(vid, nx+1, ny, cr, cg, cb, 96);
|
||||
blendpixel(vid, nx-1, ny, cr, cg, cb, 96);
|
||||
blendpixel(vid, nx, ny+1, cr, cg, cb, 96);
|
||||
blendpixel(vid, nx, ny-1, cr, cg, cb, 96);
|
||||
blendpixel(vid, nx+1, ny-1, cr, cg, cb, 32);
|
||||
blendpixel(vid, nx-1, ny+1, cr, cg, cb, 32);
|
||||
blendpixel(vid, nx+1, ny+1, cr, cg, cb, 32);
|
||||
|
Loading…
Reference in New Issue
Block a user