wangguan
2020-11-25 1092f5b279de203ca982a8d5baaad48fec59c98e
Assets/Scripts/Guide/GuidePanel.cs
@@ -499,6 +499,7 @@
    {
        SetGuideUI(true);
        backgroundImg.raycastTarget = true;
        RemoveButtonListener(skillBtn.gameObject);
    }
@@ -527,7 +528,7 @@
        }
        else if (target.gameObject.name == "FireSkillBtn")
        {
            image_Rim_Rect.anchoredPosition = skillBtnPos;
            image_Rim_Rect.anchoredPosition = skillBtnPos - tmpOffect;
        }
        else
        {