diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua index 7202813bf7..eec80ff350 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattleBestPopup.lua @@ -58,11 +58,11 @@ function this:OnOpen(heroTId, skinId, damageValue, allDamage, func,_func2) if NameManager.roleSex == ROLE_SEX.BOY then heroTData.Live = "live2d_npc_boy" heroTData.Scale = 0.6 - heroTData.Position = {127, -164} + heroTData.Position = {127, -425} else - heroTData.Live = "live2d_npc_girl" + heroTData.Live = "live2d_npc_boy" heroTData.Scale = 0.6 - heroTData.Position = {127, -340} + heroTData.Position = {127, -425} end heroTData.Name = PracticeManager.SetNameColor(NameManager.roleName, PracticeManager.PracticeLevel) end