forked from andrea/exercises
Adding w2.2
This commit is contained in:
9
w2_2_p5js/sketch.js
Normal file
9
w2_2_p5js/sketch.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// Single-sketch example
|
||||
|
||||
function setup() {
|
||||
createCanvas(800, 600);
|
||||
}
|
||||
|
||||
function draw() {
|
||||
background(120);
|
||||
}
|
||||
Reference in New Issue
Block a user