At the top of the page, the following line:
background(255); // Draw a black background
should say:
background(255); // Draw a white background
Also, in the code bubble no smooth() should read:
noSmooth()
At the top of the page, the following line:
background(255); // Draw a black background
should say:
background(255); // Draw a white background
Also, in the code bubble no smooth() should read:
noSmooth()