@hdcodedev/snowfall 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -22,6 +22,7 @@ interface PhysicsConfig {
22
22
  MAX: number;
23
23
  };
24
24
  MAX_SURFACES: number;
25
+ COLLISION_CHECK_RATE: number;
25
26
  }
26
27
  declare const DEFAULT_PHYSICS: PhysicsConfig;
27
28
  interface PerformanceMetrics {
package/dist/index.d.ts CHANGED
@@ -22,6 +22,7 @@ interface PhysicsConfig {
22
22
  MAX: number;
23
23
  };
24
24
  MAX_SURFACES: number;
25
+ COLLISION_CHECK_RATE: number;
25
26
  }
26
27
  declare const DEFAULT_PHYSICS: PhysicsConfig;
27
28
  interface PerformanceMetrics {