|
@@ -176,6 +176,15 @@ namespace GFGGame
|
|
|
_ui.m_btnRight.grayed = false;
|
|
|
_ui.m_btnRight.touchable = true;
|
|
|
}
|
|
|
+ ItemCfg item = ItemCfgArray.Instance.GetCfg(_cardData.id);
|
|
|
+ if (item.syntheticTimes > 0)
|
|
|
+ {
|
|
|
+ _ui.m_cardSyntheticBtn.visible = true;
|
|
|
+ }
|
|
|
+ else
|
|
|
+ {
|
|
|
+ _ui.m_cardSyntheticBtn.visible = false;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
private void OnClickBtnLeft()
|