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