mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
change a tad bit
This commit is contained in:
16
powder.c
16
powder.c
@@ -3236,10 +3236,10 @@ justdraw:
|
|||||||
cg = 0x70;
|
cg = 0x70;
|
||||||
cb = 0x20;
|
cb = 0x20;
|
||||||
blendpixel(vid, nx, ny, cr, cg, cb, 192);
|
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, 5);
|
||||||
blendpixel(vid, nx-1, ny, cr, cg, cb, 96);
|
blendpixel(vid, nx-1, ny, cr, cg, cb, 5);
|
||||||
blendpixel(vid, nx, ny+1, cr, cg, cb, 96);
|
blendpixel(vid, nx, ny+1, cr, cg, cb, 5);
|
||||||
blendpixel(vid, nx, ny-1, cr, cg, cb, 96);
|
blendpixel(vid, nx, ny-1, cr, cg, cb, 5);
|
||||||
for(int tempx = 2; tempx < 10; tempx++) {
|
for(int tempx = 2; tempx < 10; tempx++) {
|
||||||
for(int tempy = 2; tempy < 10; tempy++) {
|
for(int tempy = 2; tempy < 10; tempy++) {
|
||||||
blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5);
|
blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5);
|
||||||
@@ -3254,10 +3254,10 @@ justdraw:
|
|||||||
cg = 0x70;
|
cg = 0x70;
|
||||||
cb = 0x20;
|
cb = 0x20;
|
||||||
blendpixel(vid, nx, ny, cr, cg, cb, 192);
|
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, 5);
|
||||||
blendpixel(vid, nx-1, ny, cr, cg, cb, 96);
|
blendpixel(vid, nx-1, ny, cr, cg, cb, 5);
|
||||||
blendpixel(vid, nx, ny+1, cr, cg, cb, 96);
|
blendpixel(vid, nx, ny+1, cr, cg, cb, 5);
|
||||||
blendpixel(vid, nx, ny-1, cr, cg, cb, 96);
|
blendpixel(vid, nx, ny-1, cr, cg, cb, 5);
|
||||||
for(int tempx = 2; tempx < 10; tempx++) {
|
for(int tempx = 2; tempx < 10; tempx++) {
|
||||||
for(int tempy = 2; tempy < 10; tempy++) {
|
for(int tempy = 2; tempy < 10; tempy++) {
|
||||||
blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5);
|
blendpixel(vid, nx+tempx, ny-tempy, cr, cg, cb, 5);
|
||||||
|
Reference in New Issue
Block a user