| 123456789101112131415161718192021 |
- {
- "baseSpeed": 32.0,
- "maxReflectionRandomness": 0.2,
- "antiTrapTimeWindow": 5,
- "antiTrapHitThreshold": 5,
- "deflectionAttemptThreshold": 3,
- "antiTrapDeflectionMultiplier": 3,
- "FIRE_COOLDOWN": 0.05,
- "ballRadius": 25,
- "gravityScale": 0,
- "linearDamping": 0,
- "angularDamping": 0,
- "colliderGroup": 1,
- "colliderTag": 1,
- "friction": 0,
- "restitution": 1,
- "safeDistance": 20,
- "edgeOffset": 20,
- "sensor": false,
- "maxAttempts": 50
- }
|