wangguan
2020-12-09 6c0895219d046e89487a17be6b642f22f436804c
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)