修复开始游戏无法点击和UI增加

This commit is contained in:
YiHan0621
2025-09-23 15:05:32 +08:00
parent fc76624711
commit 25cf205770
16 changed files with 792 additions and 144 deletions

View File

@@ -227,7 +227,7 @@ namespace TcgEngine.UI
{
card = null;
variant = null;
Hide();
if (card_image) card_image.enabled = false;
if (frame_image) frame_image.enabled = false;
if (team_icon) team_icon.enabled = false;