From 1ce87e54b34149d1c0d8973de9deebc5e01c38d1 Mon Sep 17 00:00:00 2001 From: liutao <821580467@qq.com> Date: Fri, 20 Sep 2024 15:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Code/Scripts/Gameplay/Setting/GameSettingData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectNLD/Assets/Code/Scripts/Gameplay/Setting/GameSettingData.cs b/ProjectNLD/Assets/Code/Scripts/Gameplay/Setting/GameSettingData.cs index 1f7fdd6a9bd..c9e13482a26 100644 --- a/ProjectNLD/Assets/Code/Scripts/Gameplay/Setting/GameSettingData.cs +++ b/ProjectNLD/Assets/Code/Scripts/Gameplay/Setting/GameSettingData.cs @@ -7,7 +7,7 @@ public class GameSettingData public float EffectValue = 0.8f; public float TalkValue = 0.8f; public bool IsOpenGrid = true; - public bool enableSkillRotateCamera { get; set; } = true; + public bool enableSkillRotateCamera { get; set; } = false; public GameSettingData() {