战斗结算界面 主角立绘位置修改 同bt
parent
f84e3e2157
commit
237538f54c
|
@ -58,11 +58,11 @@ function this:OnOpen(heroTId, skinId, damageValue, allDamage, func,_func2)
|
||||||
if NameManager.roleSex == ROLE_SEX.BOY then
|
if NameManager.roleSex == ROLE_SEX.BOY then
|
||||||
heroTData.Live = "live2d_npc_boy"
|
heroTData.Live = "live2d_npc_boy"
|
||||||
heroTData.Scale = 0.6
|
heroTData.Scale = 0.6
|
||||||
heroTData.Position = {127, -164}
|
heroTData.Position = {127, -425}
|
||||||
else
|
else
|
||||||
heroTData.Live = "live2d_npc_girl"
|
heroTData.Live = "live2d_npc_boy"
|
||||||
heroTData.Scale = 0.6
|
heroTData.Scale = 0.6
|
||||||
heroTData.Position = {127, -340}
|
heroTData.Position = {127, -425}
|
||||||
end
|
end
|
||||||
heroTData.Name = PracticeManager.SetNameColor(NameManager.roleName, PracticeManager.PracticeLevel)
|
heroTData.Name = PracticeManager.SetNameColor(NameManager.roleName, PracticeManager.PracticeLevel)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue