zhangjiannan 2025-05-27 16:05:17 +08:00
parent 7645401256
commit 86c8c8d606
1 changed files with 1 additions and 2 deletions

View File

@ -43,8 +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.skip:SetActive(false)
this.skip.gameObject:SetActive(true)
this.skip.gameObject:SetActive(false)
this.PlayerGrouops = {}
this.Maps = {}