xxxxxxxxxx
13
function setup() {
createCanvas(500, 500);
}
function draw() {
background(220);
textSize(36);
fill(10);
text("Instruções", 150, 70);
textSize(16);
text("Primeira instrução: use o mouse para selecionar as opções. ", 20, 120, 460)
}