【新手战斗】第一场战斗关闭跳过

dev_chengFeng
gaoxin 2021-11-15 17:26:04 +08:00
parent 1498cd7661
commit 3a70720f9c
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ function this:OnOpen(_fightData, _endFunc, guideType)
this.BG:GetComponent("Image").sprite = this.spLoader:LoadSprite(BattleManager.GetBattleBg(fightType))
end
this.BtnGM:SetActive(true)
this.BtnGM:SetActive(guideType ~= 3)
this.ButtonLock:SetActive(false)
this.BtnTimeScale:SetActive(false)
this.damagePanel:SetActive(false)