From a1d972c0749017298e079a6a4a198964a9029173 Mon Sep 17 00:00:00 2001 From: bottlefish <781230111@qq.com> Date: Thu, 2 Jul 2026 19:09:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(memory):=20=E6=94=BE=E5=AE=BD=E8=B0=83?= =?UTF-8?q?=E9=A2=91=E6=88=90=E5=8A=9F=E5=88=A4=E5=AE=9A=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- Assets/GameContent/Feature_Memory/Prefabs/MemorySlider.prefab | 2 +- Assets/Scripts/FixSystem/Memory/MemorySlider.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/GameContent/Feature_Memory/Prefabs/MemorySlider.prefab b/Assets/GameContent/Feature_Memory/Prefabs/MemorySlider.prefab index d1409862f..05c67287c 100644 --- a/Assets/GameContent/Feature_Memory/Prefabs/MemorySlider.prefab +++ b/Assets/GameContent/Feature_Memory/Prefabs/MemorySlider.prefab @@ -516,6 +516,6 @@ MonoBehaviour: m_EditorClassIdentifier: defaultValue: 0 sliderMaxValue: 6 - lockThreshold: 0.06 + lockThreshold: 0.08 openAsset: {fileID: 11400000, guid: f3a3a8f61c646e54ea285290f46c6812, type: 2} closeAsset: {fileID: 11400000, guid: f5cbafa33288ca949bbde2b8955f4b7b, type: 2} diff --git a/Assets/Scripts/FixSystem/Memory/MemorySlider.cs b/Assets/Scripts/FixSystem/Memory/MemorySlider.cs index 50e0857f9..20e1bbe4c 100644 --- a/Assets/Scripts/FixSystem/Memory/MemorySlider.cs +++ b/Assets/Scripts/FixSystem/Memory/MemorySlider.cs @@ -12,7 +12,7 @@ namespace AibisDream.FixSystem { [SerializeField] private float defaultValue = 0f; [SerializeField] private float sliderMaxValue = 6f; - [SerializeField] private float lockThreshold = 0.06f; + [SerializeField] private float lockThreshold = 0.08f; [SerializeField] private TimelineAsset openAsset; [SerializeField] private TimelineAsset closeAsset;