From 237538f54ce720ed63e7210baebfe34bb223812e Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Fri, 17 May 2024 14:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E7=BB=93=E7=AE=97=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=20=E4=B8=BB=E8=A7=92=E7=AB=8B=E7=BB=98=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9=20=E5=90=8Cbt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Battle/View/BattleBestPopup.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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