Modify a text file: $/old/x130BC.pde
$/old/x130BC.pde
// x130 BC; A House size(300,300); //Sky background(0, 255, 255); fill(255, 255, 0); noStroke(); ellipse(300, 0, 75, 75); //Grass fill(0, 255, 50); rect(0, 250, 300, 300); //Building stroke(0); fill(255, 0, 30); rect(75, 150, 175, 250);