Cleaning examples for Beta launch

This commit is contained in:
Casey Reas
2012-08-30 22:12:12 +00:00
parent a230a54c17
commit a52c7aed8c
15 changed files with 29 additions and 154 deletions

View File

@@ -2,8 +2,6 @@
* Array Objects.
*
* Demonstrates the syntax for creating an array of custom objects.
*
* Updated 26 February 2010.
*/
int unit = 40;
@@ -12,7 +10,6 @@ Module[] mods;
void setup() {
size(640, 360);
background(176);
noStroke();
int wideCount = width / unit;
int highCount = height / unit;