我的队伍信息英雄下方序号修改
parent
7a83198c6f
commit
a1f3f67bed
|
|
@ -147,6 +147,7 @@ function WorldArenaMyTeamPanel:SetSingleFormation(go,data,index)
|
|||
|
||||
for i, demon in ipairs(self.Heros[index]) do
|
||||
Util.GetGameObject(demon, "frame"):GetComponent("Image").sprite = self.spLoader:LoadSprite(GetQuantityImageByquality(1))
|
||||
Util.GetGameObject(demon, "pos"):GetComponent("Image").sprite=self.spLoader:LoadSprite("bd_xinkapaifan"..i)
|
||||
Util.GetGameObject(demon, "hero"):SetActive(false)
|
||||
end
|
||||
local allPower=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue