void setup(){
size(300,300);
background(0);
int posX=120;
int posY=70;
int y=25;
rect(posX+10,posY-25,40,15);
noStroke();
rect(posX-10,posY-10,80,140);
fill(0);
rect(posX-5,posY-5,70,130);
fill(255);
rect(posX,posY,60,20);
rect(posX,posY+y,60,20);
rect(posX,posY+2*y,60,20);
rect(posX,posY+3*y,60,20);
rect(posX,posY+4*y,60,20);
textSize(20);
text("100%",posX,posY+160);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น