From 3e59ccc71e053b3ae751c986e85c79cfb1d1cd4e Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Mon, 17 Feb 2025 10:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E4=BF=AE=E5=A4=8D=E9=98=BB?= =?UTF-8?q?=E7=A2=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Resources/Yarn/FP_Peipei1/Stage6_中间对话.yarn | 2 +- Assets/Scripts/FixSystemNew/FixStateMachine.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Resources/Yarn/FP_Peipei1/Stage6_中间对话.yarn b/Assets/Resources/Yarn/FP_Peipei1/Stage6_中间对话.yarn index 425781aa4..2995d7d53 100644 --- a/Assets/Resources/Yarn/FP_Peipei1/Stage6_中间对话.yarn +++ b/Assets/Resources/Yarn/FP_Peipei1/Stage6_中间对话.yarn @@ -25,7 +25,7 @@ peipei: 我是说画画,不是工作的画画…… <> <> -<<表情:佩佩很忧伤>> +//<<表情:佩佩很忧伤>> <> <> diff --git a/Assets/Scripts/FixSystemNew/FixStateMachine.cs b/Assets/Scripts/FixSystemNew/FixStateMachine.cs index dcb1264ea..4a435a574 100644 --- a/Assets/Scripts/FixSystemNew/FixStateMachine.cs +++ b/Assets/Scripts/FixSystemNew/FixStateMachine.cs @@ -27,7 +27,7 @@ namespace AibisDream.FixSystem { // 仅在从 Clinic 到 BodyModule 时执行这两行 yield return CameraKit.Instance.SwitchCamera(CameraEnum.CoolingMachine); - yield return TimelineManager.Instance.PlayTimeline("ToBodyModule"); + //yield return TimelineManager.Instance.PlayTimeline("ToBodyModule"); } GameLoopManager.Instance?.UpdateFixState(nextState, _curArgs);