Skip to content

Instantly share code, notes, and snippets.

@zamfi
Created September 3, 2021 23:51
Show Gist options
  • Save zamfi/e8027bc0e3d6f6254071cf1b72b7535d to your computer and use it in GitHub Desktop.
Save zamfi/e8027bc0e3d6f6254071cf1b72b7535d to your computer and use it in GitHub Desktop.
for (var x = 10; x < width; x += 20) {
line(x, 10, x, height-10);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment