【本场最佳】主角名颜色根据修行等级改变

dev_chengFeng
gaoxin 2021-10-26 14:45:28 +08:00
parent ccd2b2ffd7
commit a692f8d9d4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function this:OnOpen(heroTId, skinId, damageValue, allDamage, func,_func2)
heroTData.Scale = 0.6 heroTData.Scale = 0.6
heroTData.Position = {127, -340} heroTData.Position = {127, -340}
end end
heroTData.Name = NameManager.roleName heroTData.Name = PracticeManager.SetNameColor(NameManager.roleName, PracticeManager.PracticeLevel)
end end
this.liveName = heroTData.Live this.liveName = heroTData.Live