Skip to content

Instantly share code, notes, and snippets.

@simplyluke
Created January 18, 2015 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplyluke/3c0b4ad837dc300a6ba2 to your computer and use it in GitHub Desktop.
Save simplyluke/3c0b4ad837dc300a6ba2 to your computer and use it in GitHub Desktop.
//for the ball of yarn
if (keyPressed){
if (key == 'g') { //changes color to green
fill (#3CB2B4);
}
if (key == 'p') { //changes color to purple
fill (#4436A1);}
} else {
fill (#307691);} //teal color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment