Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -120,9 +120,8 @@ darkGroundImg.SetActive(false); //查询是否已经做过了新手引导 // cx test GameConfig.IsNewbie = false; int guide = PlayerPrefs.GetInt("GemBattleGuide"); GameConfig.IsNewbie = guide == 0; if (GameConfig.IsNewbie) { Debug.Log("开始新手引导");