Removing some examples

This commit is contained in:
Casey Reas
2011-09-06 03:51:23 +00:00
parent 5e0e9eaedc
commit 68c460be7d
30 changed files with 76 additions and 1215 deletions
@@ -16,7 +16,7 @@ float ellipseSpeed = 3.5;
float velocityX, velocityY;
void setup(){
size(640, 240);
size(640, 360);
frameRate(30);
fill(128);
smooth();