Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why isn't the sky blue? #1

Open
chjno opened this issue Aug 23, 2017 · 1 comment
Open

why isn't the sky blue? #1

chjno opened this issue Aug 23, 2017 · 1 comment

Comments

@chjno
Copy link
Owner

chjno commented Aug 23, 2017

here's my code:

function setup() { 
  createCanvas(400, 400);
} 

function draw() {
  // sky color
  background(220);
}
@chjno
Copy link
Owner Author

chjno commented Aug 26, 2017

check out this Markdown Cheat Sheet for help on formatting your posts.

@chjno chjno closed this as completed Sep 7, 2017
@chjno chjno reopened this Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant