فهرست منبع

卡牌技能图标显示

zhaoyang 2 سال پیش
والد
کامیت
92fae14d6a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Utils/ResPathUtil.cs

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

@@ -85,7 +85,7 @@ namespace GFGGame
         {
             return $"{TEXTURE_DIR_PATH}/Card/Card/{res}.{extName}";
         }
-        public static string GetCardSkillPath(string res, string extName = "pnj")
+        public static string GetCardSkillPath(string res, string extName = "png")
         {
             return $"{TEXTURE_DIR_PATH}/Card/Skill/{res}.{extName}";
         }