We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e310c9 commit d6daf2eCopy full SHA for d6daf2e
src/game-logic/gridtypes.ts
@@ -92,5 +92,5 @@ export const CIRCLE_GENERATOR = {
92
radius_steps: 0.01,
93
angle_steps: 100,
94
radius_angle_percentage: 3,
95
- 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
96
}
0 commit comments