宝箱个数减负
parent
43201d2172
commit
56f5856a71
File diff suppressed because it is too large
Load Diff
|
@ -48,7 +48,7 @@ function ArenaView:InitComponent()
|
|||
this.progressImage = Util.GetGameObject(self.gameObject, "finalTarget/progressbar/progress"):GetComponent("Image")
|
||||
this.progressTipText = Util.GetGameObject(self.gameObject, "finalTarget/Text (1)"):GetComponent("Text")
|
||||
rewardBoxBtn = {}
|
||||
for i = 1, 7 do
|
||||
for i = 1, 5 do
|
||||
rewardBoxBtn[i] = Util.GetGameObject(self.gameObject, "finalTarget/rewardProgress/rewardBoxBtn (" .. i .. ")")
|
||||
rewardBoxBtn[i].transform.localPosition = Vector3.New(arenaBattleReward[i].Position[1], arenaBattleReward[i].Position[2] ,0)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue