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