소스 검색

战斗信息改背景透明度

zhaoyang 3 년 전
부모
커밋
b0ed4656ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/MainStory/InstanceZonesController.cs

+ 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))
             {