|
@@ -109,8 +109,8 @@ namespace GFGEditor
|
|
|
public static string ModelMd5FileSaveName = "ModelMd5";
|
|
|
|
|
|
|
|
|
- public static string[] TextureSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.Texture_DIR_PATH}/Effect/" }; } }
|
|
|
- public static string TextureTargetPath = $"{ResPathUtil.Texture_DIR_PATH}/Effect/";
|
|
|
+ public static string[] TextureSrcPaths { get { return new string[] { ResRootPath + $"ArtProject/{ResPathUtil.TEXTURE_DIR_PATH}/Effect/" }; } }
|
|
|
+ public static string TextureTargetPath = $"{ResPathUtil.TEXTURE_DIR_PATH}/Effect/";
|
|
|
public static string EffectTextureMd5FileSaveName = "EffectTextureMd5";
|
|
|
|
|
|
|