diff --git a/version-1/index.html b/version-1/index.html index ef59cf6..385c221 100644 --- a/version-1/index.html +++ b/version-1/index.html @@ -137,7 +137,8 @@ - const initialBall = new Ball(pad(WIDTH / 2 + 23), pad(50), ballRadius, 'red'); + const initialBall = new Ball(pad(WIDTH / 2 + 23), pad(50), ballRadius, 'red') + // const newBall = new Ball(pad(WIDTH / 2 ), pad(20), ballRadius, 'red'); hey try with this value balls.push(initialBall); function drawObstacles() {