fix(dialog): 修复 Day2 梦境终端过渡异常
This commit is contained in:
@@ -390,6 +390,12 @@ namespace AibisDream
|
||||
|
||||
public IEnumerator ShowTerminal()
|
||||
{
|
||||
if (doorRoot != null)
|
||||
doorRoot.gameObject.SetActive(true);
|
||||
|
||||
if (terminalUI != null)
|
||||
terminalUI.gameObject.SetActive(true);
|
||||
|
||||
_presentationPhase = DoorPresentationPhase.Terminal;
|
||||
yield return AnimateDoorToTerminal();
|
||||
if (terminalUI != null)
|
||||
|
||||
Reference in New Issue
Block a user