summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <zc00gii@gmail.com>2010-08-16 21:13:46 (GMT)
committer Alex <zc00gii@gmail.com>2010-08-16 21:13:46 (GMT)
commit664e15215dd8345b6ca54fc885492fe3fb103488 (patch)
tree72e6c74ebd79d08f56d807db2e0d5768ce57491e
parent362d72f0d3ff9c0cda1bae97234b6309d811099a (diff)
downloadpowder-664e15215dd8345b6ca54fc885492fe3fb103488.zip
powder-664e15215dd8345b6ca54fc885492fe3fb103488.tar.gz
change a tad bit
-rw-r--r--powder.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/powder.c b/powder.c
index 750beaa..334884a 100644
--- a/powder.c
+++ b/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);