From 24f59b89e9eabcfe948fc0ba304a8dbec2deda14 Mon Sep 17 00:00:00 2001 From: River Jiang <546213258@qq.com> Date: Tue, 27 Oct 2020 14:09:47 +0800 Subject: [PATCH] Merge branch 'master' of http://172.16.1.52:8090/r/GemBattle into master --- Assets/Scripts/Common/GameConfig.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs index aaee064..f1dfa0c 100644 --- a/Assets/Scripts/Common/GameConfig.cs +++ b/Assets/Scripts/Common/GameConfig.cs @@ -17,5 +17,19 @@ public static string LoginUrl = "http://172.16.1.52:9000/user/login"; public static bool OpenDebug = true; + /// <summary> + /// PVE无尽模式,是否可以点击购买新的宝石 + /// </summary> + public static bool CanBuyNewTower = false; + + /// <summary> + /// 是否可以点击金币购买新的塔位 + /// </summary> + public static bool CanOpenNewTower = true; + + /// <summary> + /// 是否是新手 + /// </summary> + public static bool IsNewbie = true; } } \ No newline at end of file -- Gitblit v1.9.1