四海历练修改
parent
0c480553cd
commit
ed05a47d4a
|
@ -53,7 +53,9 @@ function FourElementMonsterCampPanel:InitComponent()
|
|||
this.moppingUpBtn = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/moppingUpBtn")
|
||||
this.moppingUpBtn:SetActive(false)
|
||||
this.canFightWaves = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/canFightWaves"):GetComponent("Text")
|
||||
this.freeMoppingTimes = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/freeMoppingTimes"):GetComponent("Text")
|
||||
this.freeMoppingTimes = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/freeMoppingTimes"):GetComponent("Text")
|
||||
Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/timesdes1"):GetComponent("Text").text="扫荡次数:"
|
||||
Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/timesdes2"):GetComponent("Text").text="购买次数:"
|
||||
this.buyMoppingTimes = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/buyMoppingTimes"):GetComponent("Text")
|
||||
this.addBtn = Util.GetGameObject(self.gameObject, "InfoRoot/bottomLayout/addBtn")
|
||||
this.btnRank = Util.GetGameObject(self.gameObject, "InfoRoot/btnRank")
|
||||
|
|
Loading…
Reference in New Issue