【本场最佳】主角名颜色根据修行等级改变
parent
ccd2b2ffd7
commit
a692f8d9d4
|
@ -58,7 +58,7 @@ function this:OnOpen(heroTId, skinId, damageValue, allDamage, func,_func2)
|
|||
heroTData.Scale = 0.6
|
||||
heroTData.Position = {127, -340}
|
||||
end
|
||||
heroTData.Name = NameManager.roleName
|
||||
heroTData.Name = PracticeManager.SetNameColor(NameManager.roleName, PracticeManager.PracticeLevel)
|
||||
end
|
||||
|
||||
this.liveName = heroTData.Live
|
||||
|
|
Loading…
Reference in New Issue