Examples updates to 640 x 360 pixels

This commit is contained in:
Casey Reas
2011-08-05 18:26:51 +00:00
parent f1c7aabf14
commit 9b7de8d6b7
52 changed files with 295 additions and 302 deletions

View File

@@ -33,8 +33,8 @@ void setup() {
}
void draw() {
background(255);
fill(0);
background(51);
fill(255);
// Look at words one at a time
String s = tokens[counter];