【命格】命石合成显示调整

dev_chengFeng
ZhangBiao 2022-01-22 10:13:43 +08:00
parent 11c46c594d
commit 6e10183d80
1 changed files with 3 additions and 0 deletions

View File

@ -72,6 +72,9 @@ function GemCompound:Refresh(Id)
Util.GetGameObject(self.targetGem,"Name"):GetComponent("Text").text = gemConfig[Id+1].Name
--设置属性
local data1,data2 = gemConfig[Id].Property,gemConfig[Id+1].Property
for index, value in ipairs(self.proList) do
value:SetActive(false)
end
for i = 1, #data1 do
local go = self.proList[i]
if not go then