【关卡】功能引导时关闭小手显示
parent
eb6a0c5dde
commit
69e30f8fd0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue