bard-legends-framework 1.0.0 → 1.0.2

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
@@ -902,11 +902,13 @@ interface MaterialContactDefinition {
902
902
  readonly friction: number;
903
903
  readonly bounciness: number;
904
904
  readonly stiffness: number;
905
+ readonly relaxation: number;
905
906
  }
906
907
  interface BorderProperties {
907
908
  readonly friction: number;
908
909
  readonly bounciness: number;
909
910
  readonly stiffness: number;
911
+ readonly relaxation: number;
910
912
  readonly borderBodyGroup: PhysicsBodyGroup;
911
913
  }
912
914
 
package/dist/index.d.ts CHANGED
@@ -902,11 +902,13 @@ interface MaterialContactDefinition {
902
902
  readonly friction: number;
903
903
  readonly bounciness: number;
904
904
  readonly stiffness: number;
905
+ readonly relaxation: number;
905
906
  }
906
907
  interface BorderProperties {
907
908
  readonly friction: number;
908
909
  readonly bounciness: number;
909
910
  readonly stiffness: number;
911
+ readonly relaxation: number;
910
912
  readonly borderBodyGroup: PhysicsBodyGroup;
911
913
  }
912
914