Skip to content

Instantly share code, notes, and snippets.

@extrajordanary
Created April 29, 2018 22:07
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 extrajordanary/081fd6597050a85bfe5bc8e39881f1df to your computer and use it in GitHub Desktop.
Save extrajordanary/081fd6597050a85bfe5bc8e39881f1df to your computer and use it in GitHub Desktop.
if (beast.x > oneThird * 2){
fill(color3);
} else if (beast.x > oneThird){
fill(color2);
} else {
fill(color1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment