卡组数据删减
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user