zy-asrs-flow/src/pages/map/utils.js
@@ -58,7 +58,7 @@ TRACK: 3, LIFT: 67, CHARGE: 5, DISABLE: 1, DISABLE: -1, }) export const NOTIFY_TYPE = Object.freeze({ @@ -321,7 +321,7 @@ return } const { width, height } = sprite; const scale = sprite.scale.x; const scale = sprite?.scale.x; const sideLen = (Math.max(width, height) + 10) * scale; const scaledWidth = sideLen * (1 / scale); const scaledHeight = sideLen * (1 / scale);