符文引导

This commit is contained in:
xiekaidong 2023-09-15 17:38:44 +08:00
parent e5547541e3
commit afb44e8661
2 changed files with 7 additions and 0 deletions

View File

@ -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, -- 点击任意区域

View File

@ -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
-- 检查礼包(首充(作废)/入门/章节/新手/助力/成长/金币顺序)