void setup(){
size(500,500);
background(255);
int posX=200;
int posY=50;
noStroke();
fill(#FF0000);
rect(posX,posY,100,100);
rect(posX-100,posY+100,300,100);
rect(posX,posY+200,100,100);
stroke(0);
fill(0);
textSize(50);
text("Positive Sign",posX-100,posY+360);
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น