Skip to content

Commit

Permalink
Speed Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MonishRaman committed Jun 20, 2024
1 parent 8674ad0 commit 7ef4897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/ping/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ball = {
x: canvas.width / 2,
y: canvas.height / 2,
radius: 10,
speed: 5,
speed: 10,
velocityX: 5,
velocityY: 5,
color: "white"
Expand Down

0 comments on commit 7ef4897

Please sign in to comment.