[英雄技能]======飞升技能显示修改
parent
b74a00e7df
commit
c382f44681
|
|
@ -393,8 +393,8 @@ function HandBookRoleInfoLayout:SkillInfo()
|
|||
Util.SetGray(go,skillList[i].isOpen)
|
||||
if skillList[i].isOpen then
|
||||
LogError("skillList[i].needStar=="..skillList[i].needStar)
|
||||
if skillList[i].needStar==14 then
|
||||
sText.text="飞升3解锁"
|
||||
if skillList[i].needStar==13 then
|
||||
sText.text="飞升2解锁"
|
||||
else
|
||||
sText.text=NumToSimplenessFont[skillList[i].needStar].."星解锁"
|
||||
end
|
||||
|
|
|
|||
|
|
@ -102,9 +102,9 @@ function this:OnOpen(...)
|
|||
end
|
||||
if curSkillData.needStar and curSkillData.needStar~=1 then
|
||||
LogError("urSkillData.needStar=="..curSkillData.needStar)
|
||||
if curSkillData.needStar==14 then
|
||||
if curSkillData.needStar==13 then
|
||||
--this.hintTxt.text=" ".."飞升3解锁"
|
||||
des1="<color=red>".."飞升3解锁".."</color>".."\n"..des1
|
||||
des1="<color=red>".."飞升2解锁".."</color>".."\n"..des1
|
||||
else
|
||||
--this.hintTxt.text=" "..
|
||||
des1="<color=red>"..NumToSimplenessFont[curSkillData.needStar].."星解锁\n".."</color>"..des1
|
||||
|
|
|
|||
|
|
@ -372,8 +372,8 @@ function this.SkillInfo()
|
|||
sText.fontSize = GetCurLanguage() ~= 2 and 30 or 25
|
||||
Util.SetGray(go,skillList[i].isOpen)
|
||||
if skillList[i].isOpen then
|
||||
if skillList[i].needStar==14 then
|
||||
sText.text="飞升3解锁"
|
||||
if skillList[i].needStar==13 then
|
||||
sText.text="飞升2解锁"
|
||||
else
|
||||
sText.text=NumToSimplenessFont[skillList[i].needStar].."星解锁"
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue