Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
canalun committed Mar 4, 2024
1 parent 93df266 commit 3d95062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/configuration/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const initialBallDirection: Vector = {
// per frame
export const ballAcceleration = 0.002

// Minimum value of the angle between the ball's direction and the bar
export const minimumRadianBetweenBallDirectionAndBar = Math.PI / 6

export const numberOfCollisionPoints = 36
Expand Down

0 comments on commit 3d95062

Please sign in to comment.