Browse Source

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

zhaoyang 2 years ago
parent
commit
c116e08156

+ 1 - 1
GameClient/Assets/Game/HotUpdate/HotUpdateEntry.cs

@@ -13,7 +13,7 @@ namespace GFGGame.HotUpdate
         {
             //Reporter
             Reporter reporter = GameObject.Find("Reporter").GetComponent<Reporter>();
-            reporter.numOfCircleToShow = 20;
+            reporter.numOfCircleToShow = 10;
             reporter.isOpen = LauncherConfig.onDebug > 0;
             //版本日志
             VEngine.Logger.Loggable = false;

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -49,6 +49,8 @@ namespace GFGGame
             FontManager.RegisterFont(new DynamicFont("SourceHanSerifCN-SemiBold-7", font8));
 
             UIConfig.defaultFont = "FZKTJW--GB1-0";
+            //默认关闭点击窗口移至顶层的功能,不可打开,如哪个界面需要在界面中单独设置
+            UIConfig.bringWindowToFrontOnClick = false;
 
             _viewDic = new Dictionary<string, UIView>();
             //��ʼ����ͼ������