瀏覽代碼

章节关卡背景图问题处理

zhangyuqian 1 年之前
父節點
當前提交
91adb5e8c4
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryChapterView.cs

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

@@ -155,6 +155,7 @@ namespace GFGGame
             Timers.inst.AddUpdate(CheckGuide);
 
             //根据困难程度选择显示图片
+            currentDifficulty = _chapterID / 10000 - 1;
             if (currentDifficulty == 1)
             {
                 _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("zhangjie_bg");