wangguan
2020-12-22 ca7b565cd73e47a4c83189e35544c892b781cea1
Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -71,6 +71,11 @@
           Application.platform == RuntimePlatform.WindowsPlayer)
            {
                GameConfig.useSDK = false;
                GMBtn.SetActive(true);
            }
            else
            {
                GMBtn.SetActive(false);
            }
            root = new GameObject("ManagerRoot");
@@ -158,7 +163,7 @@
        transform.Find("Panel/BuffPreviewButton").gameObject.SetActive(false);
        transform.Find("Panel/SwitchSpeed").gameObject.SetActive(false);
        GMBtn.SetActive(false);
        GameConfig.EnergyCount = 0;
        GameConfig.SkillLevel = 1;