wangguan
2020-11-27 4bfaf190a4e16ecfc945bc26525b21dcaacc0417
Assets/Scripts/Guide/GuidePanel.cs
@@ -401,6 +401,7 @@
        woodPS2.Play();
        towerPos2.enabled = true;
        DestoryButtonListener(towerBuyBtn);
        towerBuyBtn.gameObject.SetActive(false);
    }
@@ -557,6 +558,11 @@
        RemoveButtonListener(skillBtn.gameObject);
    }
    public void FinishGuide(){
        towerBuyBtn.gameObject.SetActive(true);
    }
    #region 按钮以及提示