hch
11 小时以前 c6ea64fb4e4755c4290bf5228d8cd463bc81c21f
Main/Component/UI/Common/SkeletonIllusionShadow.cs
@@ -94,6 +94,14 @@
        sa.timeScale = 0;
        RendererAdjuster parent = skeletonAnimation.GetComponentInParent<RendererAdjuster>();
        if (parent == null)
        {
            BattleDebug.LogError("SkeletonIllusionShadow 创建残影失败,找不到 RendererAdjuster 组件");
            GameObject.DestroyImmediate(objTest);
            return;
        }
        objTest.AddMissingComponent<RendererAdjuster>().SetSortingOrder(parent.sortingOrder - 1);
        sa.skeleton.R = color.r;