【天枢密卷】魂印文字过长修改
parent
76c3c5c0bf
commit
79f6f739ad
|
@ -89,6 +89,7 @@ function FetterItem:SetData(data,_parent)
|
|||
self.itemList[i].num.gameObject:SetActive(false)
|
||||
end
|
||||
self.itemList[i].name:GetComponent("Text").text = string.gsub(self.itemList[i].name:GetComponent("Text").text,"魂印","")
|
||||
self.itemList[i].name:GetComponent("Text").text = string.gsub(self.itemList[i].name:GetComponent("Text").text,"魂...","")
|
||||
if TianShuMiJuanManger.IsHaveItem(self.itemData.fetterType,self.itemData.teamers[i][1],self.itemData.teamers[i][2]) then
|
||||
Util.SetGray(self.itemList[i].gameObject,false)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue