From 554eda43e00d5817cd3e06a60e39d4bd882ee584 Mon Sep 17 00:00:00 2001
From: chenxin <chenxin6991@163.com>
Date: Wed, 25 Nov 2020 10:33:33 +0800
Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master

---
 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