屏蔽跳过按钮

dev_chengFeng
jiaoyangna 2021-04-28 00:42:42 +08:00
parent 8a4ff04f33
commit 479931095c
1 changed files with 1 additions and 2 deletions

View File

@ -36,11 +36,10 @@ function StoryMapPanel:InitComponent()
this.GoOn = Util.GetGameObject(self.gameObject,"bg/btnGoOn")
this.btnGoOn = Util.GetGameObject(this.GoOn ,"Click")
this.GoOn.gameObject:SetActive(false)
this.skip = Util.GetGameObject(self.gameObject,"bg/btnSkip")
this.btnSkip = Util.GetGameObject(this.skip,"btnGo")
this.skip.gameObject:SetActive(false)
this.PlayerGrouops = {}
this.Maps = {}