dannyboy84 commited on
Commit
2a442c0
·
verified ·
1 Parent(s): 5d24137

make the ball bigger to 110

Browse files
Files changed (1) hide show
  1. script.js +2 -2
script.js CHANGED
@@ -20,10 +20,10 @@ document.addEventListener('DOMContentLoaded', () => {
20
  let ball = {
21
  x: 0,
22
  y: 0,
23
- radius: 15,
24
  minRadius: 5,
25
  maxRadius: 200,
26
- color: '#8B5CF6',
27
  speed: 3,
28
  dx: 0,
29
  dy: 0 // Start with no movement
 
20
  let ball = {
21
  x: 0,
22
  y: 0,
23
+ radius: 110,
24
  minRadius: 5,
25
  maxRadius: 200,
26
+ color: '#8B5CF6',
27
  speed: 3,
28
  dx: 0,
29
  dy: 0 // Start with no movement