lcy
7 小时以前 a2a86b160ae0a0f982edd3749ed4c1fa0d517556
262 幻境阁系统-客户端 修复先看静态图再看spine残留静态图
1个文件已修改
8 ■■■■ 已修改文件
Main/System/PhantasmPavilion/PhantasmPavilionManager.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/PhantasmPavilion/PhantasmPavilionManager.cs
@@ -229,8 +229,6 @@
                spine.enabled = false;
                uiFrame.enabled = false;
                if (sprite == null)
                {
                    if (!IconConfig.HasKey(resourceValue))
@@ -246,6 +244,10 @@
                imgFace.enabled = true;
                uiFrame.enabled = false;
                spine.enabled = true;
                imgFace.sprite = null;
                imgFace.overrideSprite = null;
                spine.effectId = int.Parse(resourceValue);
                spine.isPlaySpineLoop = true;
                spine.Play();
@@ -255,7 +257,9 @@
                imgFace.enabled = true;
                spine.enabled = false;
                uiFrame.enabled = true;
                imgFace.sprite = null;
                imgFace.overrideSprite = null;
                if (!UIFrameMgr.Inst.ContainsDynamicImage(resourceValue))
                    break;