From a27b3510185c04eb385f5ab3ad24fd4e87a27626 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Tue, 24 Nov 2020 20:58:51 +0800
Subject: [PATCH] 修改新手引导,没有测试适配

---
 Assets/Scripts/Common/GameConfig.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs
index c1b26dc..f0208f5 100644
--- a/Assets/Scripts/Common/GameConfig.cs
+++ b/Assets/Scripts/Common/GameConfig.cs
@@ -24,7 +24,7 @@
 
         public static string LoginUrl = "http://172.16.1.52:9000/user/login";
 
-        public static bool OpenDebug = false;
+        public static bool OpenDebug = true;
 
         /// <summary>
         /// PVE无尽模式,是否可以点击购买新的宝石
@@ -52,6 +52,11 @@
         public static bool IsNewbie = false;
 
         /// <summary>
+        /// 新手模式是否可以推拽塔
+        /// </summary>
+        public static bool CanDragTower = false;
+
+        /// <summary>
         /// 无尽模式每一轮游戏中成功使用技能宝石的次数
         /// </summary>
         public static int EndlessPortUseSkillTowerCount;

--
Gitblit v1.9.1