Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -166,6 +166,8 @@ int guide = PlayerPrefs.GetInt("GemBattleGuide"); GameConfig.IsNewbie = guide == 0; //GameConfig.IsNewbie = true; GameConfig.IsNewbieStart = GameConfig.IsNewbie; if (GameConfig.IsNewbie) @@ -628,6 +630,10 @@ if (bGameStart) { startTime += Time.deltaTime; if (startTime >= JsonDataCenter.DOUBLE_GEM_TIME) EndlessGameUI.instance.UpgradeAllTowerMinLevel(1); timeTextNew.text = ConvertTime((float)Math.Ceiling(startTime)); }