Skip to content

Instantly share code, notes, and snippets.

@bevchou
Last active September 19, 2017 05:18
Show Gist options
  • Save bevchou/c218afc08c38f7a44d5ff166a63014fa to your computer and use it in GitHub Desktop.
Save bevchou/c218afc08c38f7a44d5ff166a63014fa to your computer and use it in GitHub Desktop.
//move clouds
cloud.x += 0.5;
//loop clouds
if (cloud.x > width/3){
cloud.x = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment