From 1fb68b8273d623a6f9b4df3151b3d6e94a3e603c Mon Sep 17 00:00:00 2001 From: jainish koladiya <155936377+jainish2222@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:54:55 +0530 Subject: [PATCH] Update index.html --- version-1/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {