#
luxiaotao1123
2024-10-11 04796fd3b6aa9a3a0b918499f47ce7f73ae48e2d
zy-acs-flow/src/map/tool.js
@@ -236,8 +236,10 @@
export const showSelectedEffect = (sprite) => {
    if (!sprite?.texture || !sprite?.texture?.valid) {
        return;
    }
    const { width, height } = sprite;
    const scale = sprite.scale.x;
    const sideLen = (Math.max(width, height) + 10) * scale;
    const color = themeMode === 'light' ? 0x273c75 : 0xffffff;