B10034005 薛天惠
void setup(){
size(300,300);
}
void draw(){
background(50);
noStroke();
fill(190,0,0);
rect(70,70,160,160,15);
noStroke();
fill(245,141,17);
ellipse(100,100,33,33);
noStroke();
fill(245,141,17);
ellipse(200,200,33,33);
noStroke();
fill(245,141,17);
ellipse(100,200,33,33);
noStroke();
fill(245,141,17);
ellipse(200,100,33,33);
noStroke();
fill(190,0,0);
ellipse(260,50,33,33);
}
沒有留言:
張貼留言