战斗结算界面 主角立绘位置修改 同bt

tcx_xiyou_dev
PC-202302260912\Administrator 2024-05-17 14:30:11 +08:00
parent f84e3e2157
commit 237538f54c
1 changed files with 3 additions and 3 deletions

View File

@ -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