Quellcode durchsuchen

特效目录修改

beiguoxia vor 3 Jahren
Ursprung
Commit
20c4b297a1
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

@@ -94,11 +94,11 @@ namespace GFGGame
         }
         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")
         {
-            return $"{EFFECT_DIR_PATH}/{uiName}/{resName}.{extName}";
+            return $"{EFFECT_DIR_PATH}/UI/{uiName}/{resName}.{extName}";
         }
         public static string GetCardAnimationPath(string res, string extName = "prefab")
         {