From 0ae9b57dbbade9b37b4b2d3b5da3dfd5359a947d Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Wed, 11 Jun 2025 12:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=81=97=E7=95=99=E7=9A=84?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scenes/Persistence.unity | 4 ++-- Assets/Scripts/FixSystemNew/BodyModule/CableSystem.cs | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Assets/Scenes/Persistence.unity b/Assets/Scenes/Persistence.unity index d52ccfe92..77ae0ca0a 100644 --- a/Assets/Scenes/Persistence.unity +++ b/Assets/Scenes/Persistence.unity @@ -8092,7 +8092,7 @@ Transform: m_GameObject: {fileID: 519420028} serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.009999275, y: 0, z: -10} + m_LocalPosition: {x: 0, y: 0, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] @@ -10406,7 +10406,7 @@ MonoBehaviour: - {fileID: 11400000, guid: 6d49b124127007b48b6881ce33350263, type: 2} - {fileID: 11400000, guid: fe71f935f1f9a52458c994362567a211, type: 2} runMode: 0 - firstTalkSo: {fileID: 11400000, guid: 10601ce26230723479d875a630f15732, type: 2} + firstTalkSo: {fileID: 11400000, guid: 2f763a2c04ecafb4981379b7363f9791, type: 2} testTalkSo: {fileID: 11400000, guid: 2f763a2c04ecafb4981379b7363f9791, type: 2} saveFileName: --- !u!1 &719273460 diff --git a/Assets/Scripts/FixSystemNew/BodyModule/CableSystem.cs b/Assets/Scripts/FixSystemNew/BodyModule/CableSystem.cs index 85fa240fe..74c44d4a7 100644 --- a/Assets/Scripts/FixSystemNew/BodyModule/CableSystem.cs +++ b/Assets/Scripts/FixSystemNew/BodyModule/CableSystem.cs @@ -119,17 +119,6 @@ namespace AibisDream.FixSystem { CableReelRef.UpdateRotation(); } - if (Input.GetKeyDown(KeyCode.Space)) - { - if (isCableRetracted) - { - DropDownCable(); - } - else - { - PullUpCable(); - } - } } public void ResetPlug()