#
luxiaotao1123
2024-10-10 eaa43a7ce551a02d06c1c77461008759034d0658
#
1个文件已修改
4 ■■■ 已修改文件
zy-acs-flow/src/map/tool.js 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;