卡组优化(分帧加载)
This commit is contained in:
@@ -84,7 +84,7 @@ namespace TcgEngine.UI
|
||||
if (card_title != null)
|
||||
card_title.text = card.GetTitle().ToUpper();
|
||||
if (card_text != null)
|
||||
card_text.text = card.GetText();
|
||||
card_text.text = card.GetDesc();
|
||||
}
|
||||
|
||||
if (attack_icon != null)
|
||||
|
||||
Reference in New Issue
Block a user