Getting keyword color up and running

This commit is contained in:
Casey Reas
2012-09-04 03:43:15 +00:00
parent 18843b6f64
commit 954ef88c79
11 changed files with 63 additions and 27 deletions
@@ -8,6 +8,7 @@
void setup() {
size(640, 360);
noSmooth();
fill(126);
background(102);
}