|
@@ -94,11 +94,11 @@ namespace GFGGame
|
|
}
|
|
}
|
|
public static string GetDressUpEffectPath(string res, string extName = "prefab")
|
|
public static string GetDressUpEffectPath(string res, string extName = "prefab")
|
|
{
|
|
{
|
|
- return $"{EFFECT_DIR_PATH}/{res}/{res}.{extName}";
|
|
|
|
|
|
+ return $"{EFFECT_DIR_PATH}/DressUp/{res}/{res}.{extName}";
|
|
}
|
|
}
|
|
public static string GetViewEffectPath(string uiName, string resName, string extName = "prefab")
|
|
public static string GetViewEffectPath(string uiName, string resName, string extName = "prefab")
|
|
{
|
|
{
|
|
- return $"{EFFECT_DIR_PATH}/{uiName}/{resName}.{extName}";
|
|
|
|
|
|
+ return $"{EFFECT_DIR_PATH}/UI/{uiName}/{resName}.{extName}";
|
|
}
|
|
}
|
|
public static string GetCardAnimationPath(string res, string extName = "prefab")
|
|
public static string GetCardAnimationPath(string res, string extName = "prefab")
|
|
{
|
|
{
|