change a tad bit
This commit is contained in:
parent
362d72f0d3
commit
664e15215d
16
powder.c
16
powder.c
@ -3236,10 +3236,10 @@ justdraw:
|
||||
cg = 0x70;
|
||||
cb = 0x20;
|
||||
blendpixel(vid, nx, ny, cr, cg, cb, 192);
|
||||
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, 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);
|
||||
for(int tempx = 2; tempx < 10; tempx++) {
|
||||
for(int tempy = 2; tempy < 10; tempy++) {
|
||||
blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5);
|
||||
@ -3254,10 +3254,10 @@ justdraw:
|
||||
cg = 0x70;
|
||||
cb = 0x20;
|
||||
blendpixel(vid, nx, ny, cr, cg, cb, 192);
|
||||
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, 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);
|
||||
for(int tempx = 2; tempx < 10; tempx++) {
|
||||
for(int tempy = 2; tempy < 10; tempy++) {
|
||||
blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5);
|
||||
|
Loading…
Reference in New Issue
Block a user