| 1234567891011121314151617181920 |
- {
- "baseSpeed": 30.0,
- "maxReflectionRandomness": 0.2,
- "antiTrapTimeWindow": 5.0,
- "antiTrapHitThreshold": 5,
- "deflectionAttemptThreshold": 3,
- "antiTrapDeflectionMultiplier": 3.0,
- "FIRE_COOLDOWN": 0.05,
- "ballRadius": 25.0,
- "gravityScale": 0.0,
- "linearDamping": 0.0,
- "angularDamping": 0.0,
- "colliderGroup": 1,
- "colliderTag": 1,
- "friction": 0.0,
- "restitution": 1.0,
- "safeDistance": 20.0,
- "edgeOffset": 20.0,
- "sensor": false
- }
|