Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion version-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down