卡组数据删减

This commit is contained in:
YiHan0621
2025-09-29 17:34:44 +08:00
parent 50931eacd7
commit fcb9a32847
72 changed files with 461 additions and 373 deletions

View File

@@ -73,7 +73,7 @@ namespace TcgEngine.UI
if (image != null)
{
image.sprite = card.GetFullArt(variant);
image.sprite = card.GetHorizontalArt();
image.enabled = true;
image.material = invalid ? disabled_mat : default_mat;
}