Browse Source

战斗信息改背景透明度

zhaoyang 3 years ago
parent
commit
b0ed4656ad

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/MainStory/InstanceZonesController.cs

@@ -23,6 +23,7 @@ namespace GFGGame
             if (levelCfg.fightID.Length > 0)
             {
                 ViewManager.Show(ViewName.STORY_LEVEL_INFO_VIEW, levelCfgId);
+                ViewManager.SetMaskAlpha(0.8f);
             }
             else if (!string.IsNullOrEmpty(levelCfg.storyStartID))
             {