程式碼:
PImage img;
void setup(){
size(500,500);
img = loadImage("ground.jpg");
imageMode(CENTER);
}
void draw(){
background(255);
image(img,250,305);
沒有留言:
張貼留言