xxxxxxxxxx
15
/*
CS1 - Fall 2020
1. Create an account.
2. Check your settings to auto-save.
3. Create a copy of this sketch. Make sure your name is in the title!
4. Start the animation lab!
*/
function setup() {
createCanvas(800, 500);
}
function draw() {
background(120);
}