【关卡】功能引导时关闭小手显示

dev_chengFeng
gaoxin 2022-01-17 11:02:33 +08:00
parent eb6a0c5dde
commit 69e30f8fd0
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ function this.SetFightBtnText()
this.fightLock:SetActive(false)
this.fightSaoGuang:SetActive(true)
-- 没在主线引导种就显示小手
this.fightGuideEffect:SetActive(not GuideManager.IsInMainGuide())
this.fightGuideEffect:SetActive(not GuideManager.IsInMainGuide() and not GuideManager.IsFunctionGuideExist())
local isPass = FightPointPassManager.IsCanFight(FightPointPassManager.curOpenFight)
if not isCounting then
if not isPass then