xxxxxxxxxx
17
let img;
function preload() {
img = loadImage('assets/hi.jpg');
img [0] = loadImage
img [1] = brea
}
function setup() {
image(img, 0, 0);
}
function setup() {
createCanvas(600, 450);
}
function draw() {
background(220);
}