Looking at the code below, will the ball be offset UP or DOWN from the center? Remember position (0,0) is located at the top left of the game window.
ball.center().offset(0, -50);
A. up
B down