Skip to content

Instantly share code, notes, and snippets.

@bevchou
Last active September 19, 2017 05:19
Show Gist options
  • Save bevchou/e2bf675efb7b71781a9e27644129f5cd to your computer and use it in GitHub Desktop.
Save bevchou/e2bf675efb7b71781a9e27644129f5cd to your computer and use it in GitHub Desktop.
ellipse(cloud.x, cloud.y, 50, 40);
ellipse(cloud.x+20, cloud.y-20, 30, 30);
ellipse(cloud.x+30, cloud.y+20, 50, 40);
ellipse(cloud.x+40, cloud.y, 60, 30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment