wangguan
2020-12-04 52aa4f486f772f9aaf52eb6e7729eed8bbc298aa
Assets/Scripts/Guide/GuidePanelNew.cs
@@ -39,6 +39,7 @@
    ImageTowerPos towerPos3;//塔位标识
    Image tmpMask;//自身的阻挡射线Panel
    ParticleSystem finishPS;
    void Awake()
    {
        tmpMask = transform.GetComponent<Image>();
@@ -137,6 +138,8 @@
        skillBtn = GameObject.Find("UICamera/BottomCanvas/Panel/Energy/FireSkillBg/SkillBtn").GetComponent<Button>();
        skillBtn.interactable = false;
        finishPS = transform.Find("Effect_UI_YinDaoJieShu/Particle System (3)").GetComponent<ParticleSystem>();
    }
@@ -622,6 +625,7 @@
        SetGuideUI(true);
        StartShowWord(str, ac);
        finishPS.Play();
    }
    public void FinishGuide()