chenxin
2020-10-27 8d10b61b215a3fad7eb53a7e7ee4dc9e9987d262
Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -67,7 +67,7 @@
        int guide = PlayerPrefs.GetInt("GemBattleGuide");
        GameConfig.IsNewbie = guide == 0;
        if (guide == 0)
        if (GameConfig.IsNewbie)
        {
            Pause();
            uiStartMssk.gameObject.SetActive(false);