@aibee/crc-bmap 0.13.21 → 0.13.23

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/lib/meta.json CHANGED
@@ -4729,7 +4729,7 @@
4729
4729
  "format": "esm"
4730
4730
  },
4731
4731
  "../lib/src/loader/AibeeLoader/index.js": {
4732
- "bytes": 18045,
4732
+ "bytes": 18123,
4733
4733
  "imports": [
4734
4734
  {
4735
4735
  "path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
@@ -4869,7 +4869,7 @@
4869
4869
  "format": "esm"
4870
4870
  },
4871
4871
  "../lib/src/bmap.js": {
4872
- "bytes": 22235,
4872
+ "bytes": 22241,
4873
4873
  "imports": [
4874
4874
  {
4875
4875
  "path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
@@ -9249,7 +9249,7 @@
9249
9249
  "bytesInOutput": 208
9250
9250
  },
9251
9251
  "../lib/src/bmap.js": {
9252
- "bytesInOutput": 10976
9252
+ "bytesInOutput": 10982
9253
9253
  },
9254
9254
  "../lib/src/context/context.js": {
9255
9255
  "bytesInOutput": 8715
@@ -9573,7 +9573,7 @@
9573
9573
  "bytesInOutput": 1220
9574
9574
  },
9575
9575
  "../lib/src/loader/AibeeLoader/index.js": {
9576
- "bytesInOutput": 8843
9576
+ "bytesInOutput": 8837
9577
9577
  },
9578
9578
  "../lib/src/loader/AibeeLoader/layer.js": {
9579
9579
  "bytesInOutput": 4268
@@ -49,6 +49,7 @@ export interface GraphicOptions {
49
49
  visible: boolean;
50
50
  doors: Door[];
51
51
  center?: [number, number];
52
+ centerCoords?: [number, number];
52
53
  center_x: number;
53
54
  center_y: number;
54
55
  center_coord_x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.13.21",
3
+ "version": "0.13.23",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",