Modify a text file: $/p0.pde
$/p0.pde
// Gooz build //Aiden Solis size(1000,1000); background(0,110,220); fill(0,215,0); rect(0,500,1000,500); //head ellipseMode(CENTER); fill(255); ellipse(500,225,200,200); //eyes fill(0,0,0); ellipse(535,205,25,25); fill(0,0,0); ellipse(455,205,25,25); //mouth line(550,245,445,245); //body fill(200,90,175); rectMode(CORNER); rect(400,325,200,300,10); //legs line(450,625,400,800); line(550,625,600,800); //arms line(400,350,200,400); line(600,350,800,400);