Skip to content

Instantly share code, notes, and snippets.

Created June 15, 2013 18:33
Show Gist options
  • Save anonymous/5789079 to your computer and use it in GitHub Desktop.
Save anonymous/5789079 to your computer and use it in GitHub Desktop.
float x;
void setup() {
size(450, 600);
background(255);
}
void draw() {
background(255);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment