diff --git a/Assets/Resources/Yarn/FP_Shitou2_head/Stage2_头部检查.yarn b/Assets/Resources/Yarn/FP_Shitou2_head/Stage2_头部检查.yarn index 8ae40e372..73e5c8a9e 100644 --- a/Assets/Resources/Yarn/FP_Shitou2_head/Stage2_头部检查.yarn +++ b/Assets/Resources/Yarn/FP_Shitou2_head/Stage2_头部检查.yarn @@ -317,6 +317,7 @@ EyeModule: 已与视觉模块建立连接! shitou: 我来的路上,好像看到的红绿灯好像变多了。 <> me: 那是重影,一段时间就会好的。 + <> <> me: 碰撞导致视觉有重影,但过段时间就会恢复。 <> diff --git a/Assets/Scripts/Framework/OtherKit/MonoCenter.cs b/Assets/Scripts/Framework/OtherKit/MonoCenter.cs index fca27a8f5..0772da495 100644 --- a/Assets/Scripts/Framework/OtherKit/MonoCenter.cs +++ b/Assets/Scripts/Framework/OtherKit/MonoCenter.cs @@ -47,11 +47,7 @@ namespace AibisDream.Framework { public void OnUpdate() { - if (Input.GetKeyDown(KeyCode.K)) - { - MonoCenter.Mono.StartCoroutine(FixSystemYarnCommand.SwitchFixSystemTo("Engine")); - MonoCenter.Mono.StartCoroutine(EngineYarnCommand.OpenEngineCover()); - } + } }