소스 검색

剧情表情资源加载路径修改

zhangyuqian 1 년 전
부모
커밋
5ca14497ae
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryDialogView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/MainStory/StoryDialogView.cs

@@ -1067,7 +1067,8 @@ namespace GFGGame
                 }
                 if (cfg.emojiRes.Length > 0 && cfg.emojiRes != "0")
                 {
-                    string aniRes = ResPathUtil.GetEmojiResPath("DressUp",cfg.emojiRes);
+                    string EmojiPath = string.Format("DressUp/{0}", cfg.emojiRes);
+                    string aniRes = ResPathUtil.GetEmojiResPath(EmojiPath, cfg.emojiRes);
                     if (!resList.Contains(aniRes))
                     {
                         resList.Add(aniRes);