Skip to content

Commit

Permalink
feat: decreased collision precision (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulcoo authored Aug 6, 2024
1 parent 1e310c9 commit d6daf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game-logic/gridtypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ export const CIRCLE_GENERATOR = {
radius_steps: 0.01,
angle_steps: 100,
radius_angle_percentage: 3,
collision_precision: 1.1, //The smaller the number the nearer the clusters are to each other
collision_precision: 1.2, //The smaller the number the nearer the clusters are to each other
}

0 comments on commit d6daf2e

Please sign in to comment.