增加结尾动画

This commit is contained in:
2024-10-27 20:33:42 +08:00
parent c818382408
commit ccb8ef27c4
15 changed files with 7021 additions and 85 deletions

View File

@@ -172,7 +172,11 @@ namespace Views{
{
this.ViewConnector.CloseView ();
Destroy (MapContent.Instance.ScenePart.gameObject);
MapContent.Instance.ScenePart = null;
MapContent.Instance.ScenePart = null;
RoomManager.Instance._BossSceneDirector.stopped += director =>
{
UIManager.Instance.OpenView (UIPanel.EndAboutPanel);
};
//播放结尾gc动画
RoomManager.Instance._BossSceneDirector.Play();
UIManager.Instance.OpenView (UIPanel.BossTouchPanel);