turnbasedgamedata/Config/Level/Tutorial/Tutorial_4025.json
2024-10-21 03:16:22 -03:00

37 lines
765 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "BtnPageRight",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"BtnPageRight"
]
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4025
}
]
}
]
}