function setup() { // Create canvas of given size createCanvas(500, 300); // Set the background color background('green'); // Use noLoop() function ...
確定! 回上一頁