This commit is contained in:
2026-04-03 16:36:36 +08:00
parent 948b9a335b
commit 6c4eacd9bb
23 changed files with 3830 additions and 2615 deletions
@@ -812,9 +812,9 @@ namespace AibisDream.UI
yield return PlayCrashEnding();
_phase = TerminalPhase.Done;
DreamDoorSystem.Instance?.HideAll();
yield return new WaitForSeconds(1f);
DialogController.Instance.StartDialogNode(onCompleteNode);
DreamDoorSystem.Instance?.HideAll();
}
private IEnumerator PlayShutdownEnding()