bard-legends-framework 1.1.1 → 1.1.3

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
@@ -389,10 +389,6 @@ declare class Text extends Container {
389
389
  setAnchor(value: Vector): this;
390
390
  get anchor(): Vector;
391
391
  set anchor(value: Vector);
392
- setPosition(value: Vector, options?: {
393
- holdFrom?: Vector | undefined;
394
- round?: boolean | undefined;
395
- } | undefined): this;
396
392
  setText(text: string): this;
397
393
  setColor(color: RGBColor): this;
398
394
  }
package/dist/index.d.ts CHANGED
@@ -389,10 +389,6 @@ declare class Text extends Container {
389
389
  setAnchor(value: Vector): this;
390
390
  get anchor(): Vector;
391
391
  set anchor(value: Vector);
392
- setPosition(value: Vector, options?: {
393
- holdFrom?: Vector | undefined;
394
- round?: boolean | undefined;
395
- } | undefined): this;
396
392
  setText(text: string): this;
397
393
  setColor(color: RGBColor): this;
398
394
  }