符文引导
This commit is contained in:
parent
e5547541e3
commit
afb44e8661
@ -12,6 +12,7 @@ TutorialConst.UNLOCK_DUNGEON = 6
|
||||
TutorialConst.UNLOCK_ARENA = 7
|
||||
TutorialConst.WEAPON_DUNGEON = 8
|
||||
TutorialConst.ARMOR_DUNGEON = 9
|
||||
TutorialConst.RUNE_DUNGEON = 10
|
||||
|
||||
TutorialConst.TUTORIAL_TYPE = {
|
||||
CLICK = 1, -- 点击任意区域
|
||||
|
||||
@ -1180,6 +1180,12 @@ function MainCityUI:checkTutorial(onlyCheck)
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
if DataManager.DungeonData:isOpen(ModuleManager.MODULE_KEY.RUNES_OPEN) then
|
||||
if ModuleManager.TutorialManager:checkFuncTutorial(GConst.TutorialConst.RUNE_DUNGEON, onlyCheck) then
|
||||
return true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
-- 检查礼包(首充(作废)/入门/章节/新手/助力/成长/金币顺序)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user