xiyou_sanguo
parent
139f4168c0
commit
d1f977e4a3
|
|
@ -189,7 +189,7 @@ function this.RefreshWindowData()
|
|||
|
||||
local desText = Util.GetGameObject(this.TupoDesPanel, "Content/skillDesc (" .. i .. ")/Text (1)"):GetComponent(
|
||||
"Text")
|
||||
if i < BecomeAGodManager.playerGodLevel then
|
||||
if i <= BecomeAGodManager.playerGodLevel then
|
||||
desText.text = "<color=#57c88a>" ..
|
||||
BecomeAGodLevel[i].Describe .. "</color>"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue