Skip to content

Commit

Permalink
Swapping Circles With Fireballs
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoburch committed Apr 9, 2013
1 parent eedfade commit 6ed3d36
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
Binary file added processing/.DS_Store
Binary file not shown.
Binary file added processing/FireDance/.DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions processing/FireDance/Fireball.pde
Expand Up @@ -37,7 +37,7 @@ class Fireball {
fadeout = 0;
c = cc; //bb
alpha = 255; //bb
img = loadImage("fire.jpeg");
img = loadImage("fireBall.png");

}

Expand Down Expand Up @@ -147,9 +147,10 @@ class Fireball {
fill(c);
stroke(0);
pushMatrix();
//image(img, location.x, location.y);
translate(location.x, location.y);
ellipse(0, 0, r, r);
image(img, location.x, location.y);
//blend(img, 0, 0, 40, 40, 67, 0, 40, 40, ADD);
//translate(location.x, location.y);
//ellipse(0, 0, r, r);
popMatrix();
}

Expand Down
Binary file added processing/FireDance/GimpFiles/Untitled.xcf
Binary file not shown.
Binary file added processing/FireDance/data/.DS_Store
Binary file not shown.
Binary file added processing/FireDance/data/fireBall.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 6ed3d36

Please sign in to comment.