yyl
2025-12-08 2e28d9ea131445598104d407e90efbd22d882bef
125 战斗 只在绑定骨骼的特效上生效跟随模型缩放的效果
1个文件已修改
3 ■■■■ 已修改文件
Main/Component/UI/Effect/BattleEffectPlayer.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Component/UI/Effect/BattleEffectPlayer.cs
@@ -173,7 +173,6 @@
            rectTrans.localScale *= effectConfig.effectScale;
        }
        rectTrans.localScale *= scaleFactor;
        spineComp.loop = effectConfig.isLoop != 0;
    }
@@ -678,6 +677,8 @@
             return;
        }
        rectTrans.localScale *= scaleFactor;
        isBindBone = true;
        followedBone = bone;