Examples updates for 2.0

This commit is contained in:
Casey Reas
2011-07-17 06:50:01 +00:00
parent d996b52e66
commit 84dd359b1e
33 changed files with 305 additions and 280 deletions

View File

@@ -15,7 +15,7 @@ float hoursRadius;
float clockDiameter;
void setup() {
size(200, 200);
size(640, 360);
stroke(255);
smooth();
@@ -29,7 +29,7 @@ void setup() {
cy = height / 2;
}
void draw2() {
void draw() {
background(0);
// Draw the clock background