屏蔽跳过按钮

(cherry picked from commit 479931095c)
dev_chengFeng
jiaoyangna 2021-04-28 00:42:42 +08:00
parent 5223d8f865
commit cbc49ace13
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 = {}