Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_5006.json
2026-02-12 23:41:36 +01:00

55 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIMainPage"
},
{
"$type": "RPG.GameCore.ShowFuncUnlockHintDialog",
"FuncID": 30
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "MazeMainPage.PhoneBtn"
}
],
"NodeIDList": [
"MazeMainPage.PhoneBtn"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_500601",
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "MobilePhonePage.App.30"
}
],
"NodeIDList": [
"MobilePhonePage.App.30"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_500505",
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"EntityEventList": []
}