抽卡卡包图片

This commit is contained in:
xianyi
2025-08-28 18:26:35 +08:00
parent 565e2ddf46
commit 9275867f50
6 changed files with 65 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ namespace TcgEngine.UI
pack_title.text = pack.title;
}
pack_img.enabled = true;
pack_img.sprite = pack.pack_img;
pack_img.sprite = pack.GetPackImage();
}
if (pack_quantity != null)