Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs | ●●●●● patch | view | raw | blame | history |
Assets/Scripts/TowerDefense/UI/EndlessUIStart.cs
@@ -166,7 +166,7 @@ int guide = PlayerPrefs.GetInt("GemBattleGuide"); GameConfig.IsNewbie = guide == 0; //GameConfig.IsNewbie = true; //GameConfig.IsNewbie = false; GameConfig.IsNewbieStart = GameConfig.IsNewbie; @@ -509,6 +509,10 @@ AgentInsManager.instance.ExecAllWavelineAttack(fireSkillID, GameConfig.SkillLevel, false); ++GameConfig.EndlessPortUseSkillTowerCount; } else { AudioSourceManager.Ins.Play(AudioEnum.UIDisable); } } public void GuideEnergyUp(int count)