mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-07 12:43:45 +08:00
30 lines
583 B
JSON
30 lines
583 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitSecond",
|
|
"WaitTime": {
|
|
"FixedValue": {
|
|
"Value": 0.5
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
|
|
"GuideResID": 22,
|
|
"GuideTalkIDList": [
|
|
981801
|
|
],
|
|
"OffsetX": 300,
|
|
"OffsetY": 100
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TutorialFinish",
|
|
"TutorialID": 9818
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |