lcy
12 小时以前 a2a86b160ae0a0f982edd3749ed4c1fa0d517556
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;