I want to change the x and y coordinates of my drawn bricks.
public Brick(int x, int y) { super(20, 20); destroyed = false; }