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;