选择封面初步提交

This commit is contained in:
YiHan0621
2025-10-09 14:20:54 +08:00
parent 1f6a1e9b22
commit 8a884db968
30 changed files with 2566 additions and 43 deletions

View File

@@ -370,11 +370,11 @@ namespace TcgEngine
public Sprite GetCardCover()
{
if (!string.IsNullOrEmpty(cover))
{
CardCoverData cardCover = CardCoverData.Get(cover);
return cardCover.GetCardCover();
}
// if (!string.IsNullOrEmpty(cover))
// {
// CardCoverData cardCover = CardCoverData.Get(cover);
// return cardCover.GetCardCover();
// }
return null;
}