宝箱个数减负

dev_chengFeng
ZhangBiao 2020-10-19 20:10:53 +08:00
parent 43201d2172
commit 56f5856a71
2 changed files with 3 additions and 993 deletions

View File

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