Browse Source

美术资源工具

guodong 2 năm trước cách đây
mục cha
commit
c2ed131e50
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

+ 1 - 1
GameClient/Assets/Editor/ArtsRes/ImportArtResTool.cs

@@ -55,7 +55,7 @@ namespace GFGEditor
         public static string PicSMd5FileSaveName = "PicSMd5";
 
 
-        public static string[] BgSrcPaths { get { return new string[] { ResRootPathDressUp + "scene/" }; } }
+        public static string[] BgSrcPaths { get { return new string[] { ResRootPath + "scene/" }; } }
         public static string BgTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/DressUp/";
         public static string BgMd5FileSaveName = "BgMd5";