Open shiffman opened 9 years ago
Page 127, inside the void drawCar function, just after the line of code ‘fill(c);’, you need the line ‘rect(x, y, theSize, theSize/2);’
In the same example, the color is wrong for the wheels. I assume it should be black as it is in the example on the bottom of page 126.
Page 127, inside the void drawCar function, just after the line of code ‘fill(c);’, you need the line ‘rect(x, y, theSize, theSize/2);’