Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2017 01:53
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 anonymous/cbc06bbe74f499ad9abddcc28dce20b4 to your computer and use it in GitHub Desktop.
Save anonymous/cbc06bbe74f499ad9abddcc28dce20b4 to your computer and use it in GitHub Desktop.
void rainDrop (int red, int size, int x, int y){
fill(red, 255, 255, 255);
triangle(30, 75, 58, 20, 86, 75);
ellipse (58, 79, 56, 56);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment