6
Use the xPos variable to make all three of the blocks line up in the x direction.
7 setColor(green);
8
9
10
fillRect(250, 34, blockSize, blockSize);
11 fillRect(232, 154, blockSize, blockSize);
12 fillRect(276, 274, blockSize, blockSize);
13
14
15
16
Change color for out
setColor("darkgreen");
setLineWidth(2);
Ok