update build files

This commit is contained in:
ThirstyShark 2019-02-04 21:13:40 -06:00
parent 421d85401c
commit 2062b15346
5 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#Thu, 31 Jan 2019 17:09:46 -0600
#Mon, 04 Feb 2019 21:13:01 -0600
C\:\\Users\\cd109\\Desktop\\CancerGrowth=

BIN
dist/CancerGrowth.jar vendored

Binary file not shown.

View File

@ -31,7 +31,7 @@ public class Cell extends Object
static
{
boolean transparent = false;
boolean transparent = true;
for (int count = 0; count < p1.length; count++)
{
BufferedImage g1 = new BufferedImage(50, 50, BufferedImage.TYPE_INT_ARGB);