mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitCustomString",
|
|
"CustomString": {
|
|
"Value": "OpenUI_MusicRhythm"
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowTransitionLoadingUI",
|
|
"Name": "Ui.MusicRhythm.MusicRhythmTransitionDialog"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowUI",
|
|
"Name": "Ui.MusicRhythm.MusicRhythmMainEntrancePage",
|
|
"WaitForExit": true,
|
|
"OnUIEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.ExitTransitionLoadingUI"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.LockPlayerControl"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TriggerGroupEvent",
|
|
"EventName": {
|
|
"Value": "Cam"
|
|
}
|
|
}
|
|
],
|
|
"OnUIExitImmediately": [
|
|
{
|
|
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha",
|
|
"DitherAlpha": 1
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.UnLockPlayerControl"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ActiveVirtualCamera",
|
|
"AreaName": "LevelArea_P10306_F10306001_G87",
|
|
"AnchorName": "cam01",
|
|
"IsActive": false,
|
|
"DynamicParams": {}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitGroupEvent",
|
|
"EventName": {
|
|
"Value": "Cam"
|
|
},
|
|
"OnEvent": [
|
|
{
|
|
"$type": "RPG.GameCore.ActiveVirtualCamera",
|
|
"AreaName": "LevelArea_P10306_F10306001_G87",
|
|
"AnchorName": "cam01",
|
|
"DynamicParams": {}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "Group"
|
|
} |