漏传的lua

ShaoNv
PC-202302260912\Administrator 2024-11-08 13:02:13 +08:00
parent 6ddce72569
commit 3c5fca333e
1 changed files with 2 additions and 2 deletions

View File

@ -402,9 +402,9 @@ function GodPrintPopUp:RefreshShow(_type)
--LogError("goldSuiteSkill[i][2]=="..goldSuiteSkill[i][2])
if goldSuiteSkill[i][2] then
if isEnough then
go:GetComponent("Text").text = string.format("<color=#AD6825>%s</color>",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc))
go:GetComponent("Text").text = string.format("<color=#FFE70D>%s</color>",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc))
else
go:GetComponent("Text").text = string.format("<color=#AD6825>%s</color>",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc))
go:GetComponent("Text").text = string.format("<color=#FFE70D>%s</color>",GetLanguageStrById(passiveSkillConfig[goldSuiteSkill[i][2]].Desc))
end
end