parent
7645401256
commit
86c8c8d606
|
@ -43,8 +43,7 @@ function StoryMapPanel:InitComponent()
|
||||||
this.skip = Util.GetGameObject(self.gameObject, "bg/btnSkip")
|
this.skip = Util.GetGameObject(self.gameObject, "bg/btnSkip")
|
||||||
this.btnSkip = Util.GetGameObject(this.skip, "btnGo")
|
this.btnSkip = Util.GetGameObject(this.skip, "btnGo")
|
||||||
this.btnSkipBtnComp = Util.GetGameObject(this.skip, "btnGo"):GetComponent("Button")
|
this.btnSkipBtnComp = Util.GetGameObject(this.skip, "btnGo"):GetComponent("Button")
|
||||||
this.skip:SetActive(false)
|
this.skip.gameObject:SetActive(false)
|
||||||
this.skip.gameObject:SetActive(true)
|
|
||||||
this.PlayerGrouops = {}
|
this.PlayerGrouops = {}
|
||||||
this.Maps = {}
|
this.Maps = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue