wangguan
2020-11-11 fd1ac06475bf155996ac4aed6307eb43f9e04f53
Assets/Scripts/Common/GameConfig.cs
@@ -10,11 +10,16 @@
        /// <summary>
        /// LoadingScene 载入下一个场景的场景名
        /// </summary>
        public static string NextSceneName = "GemBattle";
        public static string NextSceneName = "Endless";
        public static bool isFirstStart = true;
        public static bool IsDebug = false;
        public static string TestLoginUrl = "http://10.5.3.227:9000/user/login";
        public static string LoginUrl = "http://172.16.1.52:9000/user/login";
        public static bool OpenDebug = true;
        /// <summary>
@@ -41,11 +46,6 @@
        /// 是否是新手
        /// </summary>
        public static bool IsNewbie = true;
        /// <summary>
        /// 所有新手的引导步骤是否全部完成
        /// </summary>
        public static bool IsNewbieGuideCompleted = false;
        /// <summary>
        /// 无尽模式每一轮游戏中成功使用技能宝石的次数