This commit is contained in:
Casey Reas
2011-09-18 06:31:29 +00:00
parent 76e9248e00
commit 5b0214704c
86 changed files with 95 additions and 178 deletions
@@ -19,7 +19,6 @@ void setup(){
size(640, 360);
frameRate(30);
fill(128);
smooth();
baseX1 = 0;
baseY1 = height-150;
baseX2 = width;