|
@@ -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}";
|
|
|
}
|