CoderM
2020-12-10 bd0ba263761a866ca0d698169d2d83b6a11c35e7
Assets/Scripts/Common/GameConfig.cs
@@ -12,10 +12,10 @@
        /// <summary>
        /// LoadingScene 载入下一个场景的场景名
        /// </summary>
        // cx test
        public static string NextSceneName = "Endless2D";
        // public static string NextSceneName = "Endless";
        public static string Imei;
        public static bool isFirstStart = true;
        public static bool IsDebug = false;
@@ -26,6 +26,12 @@
        public static bool OpenDebug = false;
        public static string PlayerName = "";
        //是否震屏
        public static bool IsShaking = false;
        /// <summary>
        /// PVE无尽模式,是否可以点击购买新的宝石
        /// </summary>